4-BIT BINARY TRUTH TABLE DECODER
Edit the binary bits in the table. The decimal value for each row updates automatically.
Binary to Decimal Conversion
| 8 ($2^3$) | 4 ($2^2$) | 2 ($2^1$) | 1 ($2^0$) | Decimal |
|---|
Binary Number System
Binary Basics
Each bit represents a power of 2
From left to right: 8 (2³), 4 (2²), 2 (2¹), 1 (2⁰)
Decimal Range
0 to 15
4 bits can represent 16 unique values (2⁴ = 16)
4-Bit Binary Truth Table Decoder • Digital Logic Tool • Made with ❤️