Bitwise Operators


& bitwise AND
| bitwise OR
<< bitwise Left Shift
>> bitwise Right Shift
~ bitwise NOT
^ bitwise XOR