Skip to main content

Binary NOT

Compute bitwise NOT of a binary value locally in your browser.

Tool workspace

Bitwise NOT inverts each bit of the input (max 256 bits). Nothing you paste is uploaded.

How it works

Enter one binary value (digits 0 and 1). Whitespace is ignored.

Each bit is inverted within the input width (up to 256 bits). The result is shown as binary plus an unsigned decimal companion line.

Everything runs in your browser. Nothing you paste is uploaded.

Examples

  • 1010 NOT → 0101 (decimal: 5)
  • 1111 NOT → 0000 (decimal: 0)

Privacy

Privacy: this tool processes binary locally in your browser. We do not log or store what you paste. Login is not required.

FAQ

Is my input uploaded?

No. Processing runs entirely in your browser. We do not log or store what you paste.

Do I need an account?

No. All published tools work for guests without login.