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