Bitwise Calculator
Compute AND, OR, XOR, NOT and shifts with arbitrary-size integers. Shift counts are 0–4096; negatives use signed semantics.
Convert in your browser · No sign-up
How to use
- Compute AND, OR, XOR, NOT and shifts with arbitrary-size integers. Shift counts are 0–4096; negatives use signed semantics.
- Choose the options, then run the tool.
- Check the result, then copy or download it.
Example
0xff AND 0x0f = 15 = 0xf = 0b1111
Details and limitations
Compute AND, OR, XOR, NOT and shifts with arbitrary-size integers. Shift counts are 0–4096; negatives use signed semantics.
Processing stays in your browser.
FAQ
Supported inputs and limits
Compute AND, OR, XOR, NOT and shifts with arbitrary-size integers. Shift counts are 0–4096; negatives use signed semantics.
Related tools
Format references
Tool page updated: