BinaryCon Binary Converter

Binary XOR

Result

Binary XOR

Perform bitwise XOR on binary inputs.

Example: 1100 1010

Definition: Performs a bitwise exclusive OR between two binary strings and returns the result.

Operation

Bitwise XOR: output bit is 1 when input bits differ.
Example: 1100 XOR 1010 = 0110