Home Number Base Conversion Binary to Octal
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
RESULT ( Binary → Octal ) :
()2 = ()8
Binary Converters : Binary to Decimal , Binary to Hexadecimal
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) Number | Equivalent octal (base 8) Number |
---|---|
0 | 0 |
1 | 1 |
10 | 2 |
11 | 3 |
100 | 4 |
101 | 5 |
110 | 6 |
111 | 7 |
1000 | 10 |
1001 | 11 |
1010 | 12 |
1011 | 13 |
1100 | 14 |
1101 | 15 |
1110 | 16 |
1111 | 17 |