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