xutil.dev
Login

Truth Table Generator

Generate truth tables and Karnaugh maps from logical expressions online. Supports AND, OR, NOT, XOR, NAND, NOR, and implication — free digital logic tool

Logical Expression Input
Operators:AND (&&)OR (||)NOT (!)XOR (^)IMPLIES (=>)NANDNOR
Examples:
A AND BA OR (B AND C)!A XOR B(A => B) AND (B => C)A NAND B(A OR B) AND (!A OR C)