Bitwise Operators

<   ........   [Math]   ........   >

&     (bitwise AND)
|     (bitwise OR)
<<     (left shift)
>>     (right shift)