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