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