Bitwise calculator: AND, OR, XOR, NOT
In digital computer programming, a bitwise operation operates on binary numerals at the level of their individual bits. It is a fast, simple action directly supported by the processor, and is used to manipulate values for comparisons and calculations.