de

Binärrechner

Binärrechnen, Bit-Operationen (AND, OR, XOR), Shifts und Basiskonvertierung⌘⏎ run · ⇧⌘C copy · ⎋ reset
INPUTInput Base
OUTPUT
❯ _Operation ausführen, um Ergebnisse hier zu sehen.then press ⌘⏎
ADSponsored

What is Binärrechner?

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