Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 hex = 1 bcd
1 bcd = 1 hex
Example:
Convert 15 Hexadecimal to Binary Coded Decimal:
15 hex = 15 bcd
Hexadecimal | Binary Coded Decimal |
---|---|
0.01 hex | 0.01 bcd |
0.1 hex | 0.1 bcd |
1 hex | 1 bcd |
2 hex | 2 bcd |
3 hex | 3 bcd |
5 hex | 5 bcd |
10 hex | 10 bcd |
20 hex | 20 bcd |
30 hex | 30 bcd |
40 hex | 40 bcd |
50 hex | 50 bcd |
60 hex | 60 bcd |
70 hex | 70 bcd |
80 hex | 80 bcd |
90 hex | 90 bcd |
100 hex | 100 bcd |
250 hex | 250 bcd |
500 hex | 500 bcd |
750 hex | 750 bcd |
1000 hex | 1,000 bcd |
10000 hex | 10,000 bcd |
100000 hex | 100,000 bcd |