Calculate logical equivalence across two values and inspect exactly which bits match.
Logical Equivalence
A decimal: 204 B decimal: 170 XOR decimal: 102 XNOR decimal: 153 XNOR binary: 1001 1001 XNOR hex: 0x99
XNOR returns 1 when two input bits match and 0 when they are different.
The calculator first computes XOR, then flips the result within the selected mask width.
Use XNOR when checking bit equality, equivalence masks, compare operations, and digital logic gates.
Related Tools
Build and preview Valorant crosshair settings.
Search common Vim commands.
Turn JSON rows into bar, line, or pie charts.
Convert WebP files and Base64 data in both directions.
Convert GIF files into Base64 text or data URLs.
Convert the first GIF frame into a JPG image.