bookmark

Base 10 to Octal (base 8)

Converter Tool

to


 
base 10 is a positional numeral system with ten as its base. It uses 10 different digits for representing numbers. The digits for base 10 could be 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.

conversion table

base 10octal (base 8)base 10octal (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)base 10octal (base 8)base 10
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