XOR Gate Calculator

Calculate XOR gate operations for digital logic. Perform single gate and bitwise XOR operations with instant results and detailed truth tables.

Single Gate Operation
XOR
=
0
Output
Bitwise XOR Operation
XOR
Truth Table
A = 0B = 0
Output0
A = 0B = 1
Output1
A = 1B = 0
Output1
A = 1B = 1
Output0