
Converts a 4 digit binary number to decimal or to hexadecimal using a 7-segment display
Select binary to decimal with input 6 (named Dec, the dot is displayed) or binary to hexadecimal with input 7 (named Hex). Input a 4 digit binary number using inputs B3, B2, B1, B0 and see in the 7-segment display the converted number in decimal or hexadecimal. All forbiden combinations are not displayed.
| # | Input | Output |
|---|---|---|
| 0 | B0 | segment a |
| 1 | B1 | segment b |
| 2 | B2 | segment c |
| 3 | B3 | segment d |
| 4 | segment e | |
| 5 | segment f | |
| 6 | Dec | segment g |
| 7 | Hex | dot |