Hexadecimal to Binary encoder
The hexadecimal to binary encoder contains 16 input lines as well as
4 output lines. So, the input provided shows the hexadecimal count
and the output represents the binary values. Here, I 0 to IF represents
the hexadecimal input and Y0 to Y3 represents binary output.
Here, I0 to IF represents the hexadecimal input and Y0 to Y3 represents
binary output.
Truth Table:
Thus we can conclude from the above table:
Y0 = I8 + I9 + IA + IB + IC + ID + IE + IF
Y1 = I4 + I5 + I6 + I7 + IC + ID + IE + IF
Y2 = I2 + I3 + I6 + I7 + IA + IB + IE + IF
Y3 = I1 + I3 + I5 + I7 + I9 + IB + ID + IF
So, the logic circuit will be given as