Use the below conversion tool to convert a Hexadecimal number to octal number:

Hexadecimal Number
Octal Number

Also Try:

Hexadecimal Number

Hexadecimal number system uses 16 different symbols to represent a numeric value. It uses numbers 0 to 9 and alphabets A to F for representation. . The place value of each digits of an hexadecimal number varies as the whole number powers of 16 starting from the right (Least Significant Digit). The first single digit number in hexadecimal system is 0 and the last is F. Similarly, the first two digit hexadecimal number is 10 and the last is FF and so on. It is used as an alternative for binary numbers by developers and programmers.

Octal Number

Octal numbers use digits from 0-7 only. It is known as base-8 number. The place value of each digits of an octal number varies as the whole number powers of 8 starting from the right (Least Significant Digit). The first single digit number in octal system is 0 and the last is 7. Similarly, the first two digit octal number is 10 and the last is 77 and so on. Octal number system was widely used in early computers.

Example for Hexadecimal to Octal conversion

Convert 35616 to Octal

35616 = 15268

Convert 78F616 to Octal

78F616 = 743668

Read More: How to convert a hexadecimal number to an octal number

Hexadecimal to Octal number conversion table

Hexadecimal NumberOctal Number
00
11
22
33
44
55
66
77
810
911
A12
B13
C14
D15
E16
F17
1020

Also Try:

Other Converters