Binary to Octal Converter - Base 2 to Base 8

Copy Link & Share
'Convert From' and 'Convert To' are same! Please Select a different Source/Target number base.
bin
 
 

Complete List of Binary Converters

ADVERTISEMENT

Conversion Units

Definition : Binary Number System (Base 2)

A binary number system represents a number in terms of only two numerals, i.e., 0 (zero) and 1 (one). In the word "binary", "bi" means "two". Binary numbers are represented with 2 at their base, for example 10101012.

Definition : Octal Number System (Base 8)

Octal number system(Oct) has a base of eight and uses combinations of numerals 0 to 7 to represent any number. 128 is an example of Octal number equal to decimal 10.

Binary to Octal Conversion Examples

binary (base 2) NumberEquivalent octal (base 8) Number
00
11
102
113
1004
1015
1106
1117
100010
100111
101012
101113
110014
110115
111016
111117