Number Systems: Octal Number to Hexadecimal Number Conversion.
This is the simplest method consisting of 2 (two) parts:
Part-1: Octal to Binary Conversion using 3-bit group and then
Part-2: Binary to Hexadecimal Conversion using 4-bit group.
This has been discussed in details with 4 (Two) Examples – Integers and Mixed Numbers.