Technology / Programming / Bitwise: Operations bitwise operations work at the bit level of variables. These are the and (&) operator (not to be confused with the reference operator, which looks the same but is used differently), the or (|) operator, the xor (^) operator, and the two bitwise shift operations (<< and >>).
Search Google for Bitwise: