Online XOR calculator is an online tool which can be used to perform various XOR operations on binary, decimal, hexadecimal, or octal numbers and calculate Bitwise XOR calculation.
Use this free online Binary XOR Calculator for your XOR logic gate problems in computer organization and architecture! The XOR gate is a gate that requires the inputs to be exclusively OR, so only 1 input is true while the rest are false. This tool also comes with learn sections and step-by-step solutions and practice problems!
Input A | Input B | Output Q |
---|---|---|
0 | 0 | 0 |
0 | 1 | 1 |
1 | 0 | 1 |
1 | 1 | 0 |