Decimal to Binary Encoder
Decimal to Binary Encoder
Encoder
Using 8:3 encoder
1
Truth Table
INPUT OUTPUT
D B3 B2 B1 B0
0 0 0 0 0
1 0 0 0 1
2 0 0 1 0
3 0 0 1 1
4 0 1 0 0
5 0 1 0 1
6 0 1 1 0
7 0 1 1 1
8 1 0 0 0
9 1 0 0 1
2
CIRCUIT DIAGRAM
DO D1 D2 D3 D4 D5 D6 D7 D8 D9
B3
B2
B1
B0
3
Steps for archive the equation
• 1)Write a table for decimal to binary converter.
• Ex:- 7 in decimal is 111 in binary.
• 0 in decimal is 000 in binary.
4
EXTERIOR DESIGN OF DECIMAL TO BINARY
ENCODER
D0 B3
D1
ENCODER
D2 B2
D3
D4
D5
B1
D6
D7
B0
D8
D9