Convert Octal to Binary
Octal Number:
[ Input a octal number like 377 in the following field and click the Convert button. ]
Binary number:
Conversion: Octal to Binary
Octal Number System:
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).
Binary Number System:
In mathematics and digital electronics, a binary number is a number expressed in the binary numeral system or base-2 numeral system which represents numeric values using two different symbols: typically 0 (zero) and 1 (one). The base-2 system is a positional notation with a radix of 2. Because of its straightforward implementation in digital electronic circuitry using logic gates, the binary system is used internally by almost all modern computers and computer-based devices. Each digit is referred to as a bit.
Octal to Binary conversion table
| Octal | Binary |
|---|---|
| 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 |
| 20 | 10000 |
Previous: Convert Hexadecimal to Octal
Next:
Convert Octal to Decimal
