bookmark

Decimal to Octal (base 8)

Converter Tool

to


 

The decimal numeral system (also called base-ten positional numeral system, and occasionally called denary) is the standard system for denoting integer and non-integer numbers. It has ten as its base.

conversion table

decimaloctal (base 8)decimaloctal (base 8)
1= 111= 13
2= 212= 14
3= 313= 15
4= 414= 16
5= 515= 17
6= 616= 20
7= 717= 21
8= 1018= 22
9= 1119= 23
10= 1220= 24

The octal numeral system, or oct for short, is the base-8 number system, and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right). For example, the binary representation for decimal 74 is 1001010. Two zeroes can be added at the left: (00)1 001 010, corresponding the octal digits 1 1 2, yielding the octal representation 112.

conversion table

octal (base 8)decimaloctal (base 8)decimal
1= 113= 11
2= 214= 12
3= 315= 13
4= 416= 14
5= 517= 15
6= 620= 16
7= 721= 17
10= 822= 18
11= 923= 19
12= 1024= 20