Home Number Base Conversion Octal to Binary
Octal to Binary Converter - Base 8 to Base 2
Copy Link & Share
'Convert From' and 'Convert To' are same! Please Select a different Source/Target number base.
oct
RESULT ( Octal → Binary ) :
()8 = ()2
Octal Converters : Octal to Decimal , Octal to Hexadecimal
Complete List of Octal Converters
ADVERTISEMENT
Conversion Units
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.
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.
Octal to Binary Conversion Examples
octal (base 8) Number | Equivalent binary (base 2) Number |
---|---|
0 | 0 |
1 | 1 |
2 | 10 |
3 | 11 |
4 | 100 |
5 | 101 |
6 | 110 |
7 | 111 |
10 | 1000 |
11 | 1001 |
12 | 1010 |
13 | 1011 |
14 | 1100 |
15 | 1101 |
16 | 1110 |
17 | 1111 |
50 | 101000 |
100 | 1000000 |
500 | 101000000 |
1000 | 1000000000 |