Skip to content

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
  • 100% free — no account needed
  • Runs in your browser
  • Nothing is uploaded

Frequently asked questions

Is Bitwise Calculator really free?

Yes. Bitwise Calculator is completely free on PureBrowser — every feature, with no account, no trial, and no credit card.

Does Bitwise Calculator upload my data?

No. Bitwise Calculator runs entirely inside your browser, so anything you type, paste, or open stays on your own device.

Do I need to sign up or install anything?

Neither. There is no account and nothing to download — open the page and Bitwise Calculator is ready to use on desktop or mobile.

Does Bitwise Calculator work offline?

Once the page has loaded, yes. All of the processing happens locally in your browser, so it keeps working without a connection.