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