Related Resources: instrumentation
Octal to Hexadecimal Conversion
Applications and Design
Electronics Design and Engineering
Engineering Math
Octal to Hexadecimal Conversion Calculator and Table
Remarks
- Number may not contain more than 10 octal characters (30 bits).
- The most significant bit of number is the sign bit.
- The remaining 29 bits are magnitude bits.
- Negative numbers are represented using two's-complement notation.
Octal to Decimal Conversion Table
Octal
|
Hexadecimal
|
0
|
0
|
1
|
1
|
2
|
2
|
3
|
3
|
4
|
4
|
5
|
5
|
6
|
6
|
7
|
7
|
10
|
8
|
11
|
9
|
12
|
A
|
13
|
B
|
14
|
C
|
15
|
D
|
16
|
E
|
17
|
F
|
20
|
10
|
Example