Calculate AND, OR, XOR, NOT and bit shifts for decimal, hex or binary integers.
Decimal
-
Hex
-
Binary
-
Enter the example value or paste your own input, choose the mode when one is available, and read the first result card for the direct answer. The output area gives a copyable block for code reviews, documentation, API tests, classwork or troubleshooting notes.
What the result means
The calculator parses 0b binary, 0x hex or decimal input and shows the bitwise result in three bases.
What is not included
Operations use unsigned 32-bit integer behavior, matching many JavaScript bitwise examples.
Privacy note
The calculation runs in your browser. Avoid pasting production secrets, credentials, private keys, customer data or regulated personal data unless your own policy allows browser-based tools.