Bitwise Calculator

Perform bitwise AND, OR, XOR, NOT, and shift operations on two numbers. View the 16-bit binary representation for every result instantly.

decimal, 0b binary, 0x hex

decimal, 0b binary, 0x hex

bits (0–15)

1514131211109876543210
A
0000000000111100
60
B
0000000000001101
13
A AND B
0000000000001100
12
A OR B
0000000000111101
61
A XOR B
0000000000110001
49
NOT A
1111111111000011
65475
NOT B
1111111111110010
65522
A << 2
0000000011110000
240
A >> 2
0000000000001111
15

FAQ

Is Bitwise Calculator free to use?

Yes, Bitwise Calculator is completely free to use on UtilityCove.

Does Bitwise Calculator upload my data?

No. Bitwise Calculator runs in your browser, so your input stays on your device.

Can I use Bitwise Calculator on mobile?

Yes. Bitwise Calculator works on modern mobile and desktop browsers.