Bitwise Calculator
Zewp.com
Input
DEC
HEX
BIN
OCT
A:
B:
Bits:
8-bit
16-bit
32-bit
Signed:
Unsigned
Signed (2's complement)
Interactive Bits — A
Interactive Bits — B
Operations
Shift Operations
Shift Amount:
Bit Visualization
Quick Reference
AND &
— both bits 1
OR |
— either bit 1
XOR ^
— bits differ
NOT ~
— flip all bits
<<
— left shift (×2)
>>
— right shift (÷2)
>>>
— unsigned right shift
NAND
— NOT(A AND B)
NOR
— NOT(A OR B)
XNOR
— NOT(A XOR B)