Decimal To Octal Converter

10
8

Converting Steps of Decimal to Octal:


How to convert decimal to octal?

Converting decimal to octal is also super easy. As we are converting decimal to octal, we have to divide the integer part by 8 and every times we need to keep the remainder in reverse order. You must remember if it has a fractional part, we have to multiply by 8 and take only integer part serially until fractional part become 0. An example given below how to convert a fractional decimal number to octal number:

Decimal to Octal Conversion


Example of decimal to octal conversion.

(210.625)10 = (?)8

For 210:

Divided by 8 Quotient Remainder Flow
210 / 8 26 2
26 / 8 3 2
3 / 8 0 3

For .625:

Multiply by 8 Result Non-Fractional Part Flow
.625 * 8 5.00 5

Result is = (322.5)8


Decimal to Octal conversion table:

Decimal Octal
0 0
1 1
2 2
33
44
55
66
77
810
911
1012
1113
1214
1315
1416
1517
1618
1719
1820
1921
2022