Skip to main content

Binary XNOR

Compute bitwise XNOR of two binary values locally in your browser.

Tool workspace

Bitwise XNOR runs locally on equal-width bit-strings (shorter side left-padded with 0). Max 256 bits each. Nothing you paste is uploaded.

How it works

Enter two binary values (digits 0 and 1). Whitespace is ignored.

The shorter value is left-padded with zeros so both share the same width (up to 256 bits). The result is the bitwise XNOR (NOT of XOR) of those padded strings, shown as binary plus an unsigned decimal companion line.

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

Examples

  • 01 XNOR 10 → 00 (decimal: 0)
  • 11 XNOR 11 → 11 (decimal: 3)

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.