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