&        =  Bitwise AND
 |         =  Bitwise inclusive OR
^        =  Bitwise exclusive OR
<<     =  Left shift
>>     =  Right shift
-          =  One's complement (unary)