en

Binary Calculator

Binary arithmetic, bitwise operations (AND, OR, XOR, NOT), bit shifts, and base conversions⌘⏎ run · ⇧⌘C copy · ⎋ reset
INPUTInput Base
OUTPUT
❯ _Run an operation to see results here.then press ⌘⏎
ADSponsored

What is Binary Calculator?

The Binary Calculator performs binary arithmetic and bitwise operations — AND, OR, XOR, NOT and bit shifts — and shows results across binary, decimal and hex. It is built for developers reasoning about flags, masks and low-level math, and it computes everything locally as you type.

How to use it

  1. 01Enter your operands in binary, decimal or hex.
  2. 02Choose the operation (arithmetic or bitwise).
  3. 03Read the result in every base at once.

FAQ

What bit widths are supported?

Standard integer widths; results wrap according to the selected width where relevant.

Does it do two’s complement?

Yes — negative values and NOT use two’s-complement representation.

Is anything sent to a server?

No — all calculation runs in your browser.

Related tools