Binary XOR
Result
—
Binary XOR
Perform bitwise XOR on binary inputs.
Operation
Bitwise XOR: output bit is 1 when input bits differ. Example: 1100 XOR 1010 = 0110
—
Perform bitwise XOR on binary inputs.
Bitwise XOR: output bit is 1 when input bits differ. Example: 1100 XOR 1010 = 0110