Logic Circuit to Truth Table Converter

Select a method for entering the circuit:

Type Circuit Representation

How to Type Logic Symbols:

  • AND: Use AND or && (e.g., A AND B or A && B)
  • OR: Use OR or || (e.g., A OR B or A || B)
  • NOT: Use NOT or ! (e.g., NOT A or !A)
  • NAND: Use NAND (e.g., A NAND B)
  • NOR: Use NOR (e.g., A NOR B)
  • XOR: Use XOR (e.g., A XOR B)
  • XNOR: Use XNOR (e.g., A XNOR B)
  • Parentheses: Use parentheses () to group expressions and control order of operations (e.g., (A AND B) OR C)

Truth Table