Bitwise Calculator

Arbitrary-precision BigInt bitwise ops. Input radix applies to both operands.

A binary

10101010

A decimal

170

A hex

AA

B binary

01010101

B decimal

85

B hex

55

Result

Result binary

00000000

Result decimal

0

Result hex

0

Bitwise Calculator — Free Online Tool

Performs bitwise operations (AND, OR, XOR, NOT, left/right shift) on arbitrary-precision integers using BigInt, with a live binary, octal, decimal, and hex breakdown of both operands and the result, plus signed and unsigned interpretations, useful for learning binary arithmetic, designing bit flags and bitmasks, and verifying low-level protocol and hardware register calculations.

How to use the Bitwise Calculator

  • Open the tool above — it runs entirely in your browser, so your input never leaves this page.
  • Paste or type your input into the field, then press the relevant button (e.g. Encode / Decode, Generate, or Convert).
  • Copy the result from the output area with the copy button orCtrl/Cmd + C.
  • No signup, no upload, and no tracking — repeat as often as you need.

Frequently asked questions

Is the Bitwise Calculator free to use?

Yes. The Bitwise Calculator is completely free, with no signup, no ads inside the tool, and no hidden limits.

Does the Bitwise Calculator upload my data?

No. The Bitwise Calculator processes everything locally in your browser. Your input is never sent to a server, so it stays private even on shared devices.

Does the Bitwise Calculator work offline?

After the page loads, the Bitwise Calculator runs entirely in your browser, so it keeps working without a network connection.

Free & private — why use this Bitwise Calculator

The Bitwise Calculator runs 100% client-side in your browser. Your data is never uploaded to a server, no account is required, and the tool is completely free. It works offline once the page has loaded and is part of a growing collection of privacy-first developer utilities.

More developer utilities