Bitwise Calculator
Perform bitwise operations and visualize binary data
Input
About Bitwise Calculator
Perform bitwise operations on integer values. Supports AND (&), OR (|), XOR (^), NOT (~), left shift (<<), and right shift (>>). All operations use BigInt for arbitrary precision.
The 32-bit visualization shows each number as a row of bits, grouped into nibbles (4-bit groups). Purple cells represent 1, dark cells represent 0. The result row is highlighted.