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