Bitwise Operation Visualizer

Visualize AND, OR, XOR, NOT, and shift operations on binary numbers.

About This Tool

Visualize bitwise operations with color-coded binary digits. AND (&) returns 1 only when both bits are 1. OR (|) returns 1 when either bit is 1. XOR (^) returns 1 when bits differ. NOT (~) inverts all bits. Shift operators move bits left or right.