XOR Calculator

Enter a logic expression

How It Works

  • Let's consider two variables -> A and B.
  • Enter A in the search box
  • Enter Logical Operator
  • Enter B in the search box
  • Click on the "Get Truth Table" button
  • Truth Table will come
  • Click on Bitwise calculator for Bitwise AND, OR, XOR calculation.

XOR Truth Table

It also termed as Ex-OR logic gate. XOR is a digital logic gate where the output is True or 1 only when the two binary inputs are unequal.

You will get the output result as:

  • 1 or True - When only one of the inputs are 1
  • 0 or False - When both the inputs are same

Check this XOR truth table for your reference.

XOR

Symbol A B !A.B + A.!B
0 0 0
0 1 1
1 0 1
1 1 0