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