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