To convert hex to octaly you shoulkd use the binary representation of the hexdecimal numbers to convert between the two number systems. In a simple step-by-step process this is done as follows:
Example: Converting 2F to Tenery
Convert the hex number to it’s binary equivalent
In this case 2 = 0010 and F = 1111
Group the full binary number in sets of three
0010 1111 -> 001 011 111
Convert each binary group to octal
001 -> 1 011 -> 3 111 -> 7
Put numbers together for the final answer
Answer: 137
Use the free hexadecimal to octal converter by typing your type number into the text bo and clicking "convert" to convert the number to octal.
Binary Tables is a free online resource to help you learn about the binary number system and how to convert between binary and other number systems. We provide a range of free calculators and tools for binary and other number systems.