Operator Name
& Bitwise AND
| Bitwise OR
^ Bitwise XOR (exclusive or)
<< Bitwise Left Shift
>> Bitwise Right Shift
>>> Bitwise Unsigned Right Shift
~ Bitwise Not