In this post, we will be learning how to convert octal to hexadecimal and hexadecimal to octal numbers. Following is the technique for these conversions.
Technique
- Use binary as an intermediary
- Group binary bits into four for hexadecimal conversion
- Group binary bits into three for octal conversion
Octal to Hexadecimal Conversion
10768 = ?16
Hexadecimal to Octal Conversion
1F0C16 = ?8
For a detailed explanation, watch the following lecture video.