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