Language
English English Vietnamese (Tiếng Việt) Vietnamese (Tiếng Việt) Chinese (简体中文) Chinese (简体中文) Portuguese (Brazil) (Português do Brasil) Portuguese (Brazil) (Português do Brasil) Spanish (Español) Spanish (Español) Indonesian (Bahasa Indonesia) Indonesian (Bahasa Indonesia)

Octal to Binary

Convert octal numbers to binary. Useful for Unix file permissions and understanding how octal notation maps to binary bits.

What is the Octal to Binary Converter?

This tool converts octal numbers (base-8) to binary numbers (base-2). Each octal digit maps directly to exactly 3 binary bits.

Why Convert Octal to Binary?

Octal to binary conversion is useful when:

  • Understanding Unix permissions — chmod values (755, 644) become clearer in binary
  • Working with legacy systems — some older systems use octal notation
  • Learning number systems — octal is a stepping stone between binary and decimal

The Conversion

Each octal digit converts to exactly 3 binary digits:

Example: 755 = 111 101 101 = 111101101

How to Use

  1. Enter octal number — digits 0-7 only
  2. View binary result — conversion is instant
  3. Copy the result — use in your work

Unix Permission Example

  • 7 → 111 (read + write + execute)
  • 5 → 101 (read + execute)
  • 4 → 100 (read only)

Tips

Each octal digit always produces exactly 3 binary bits, making the conversion straightforward and predictable.

01234567
0o
01
0b

Octal to Binary

0 = 000
1 = 001
2 = 010
3 = 011
4 = 100
5 = 101
6 = 110
7 = 111

Octal (Base-8)

Used in Unix file permissions. Digits 0-7, where each represents 3 binary bits.

Binary (Base-2)

The fundamental language of computers. Each bit is 0 or 1.

Enter octal digits (0-7 only)
12 in octal = 001010 in binary
Each octal digit = 3 binary bits
Useful for Unix permission conversion
Want to learn more? Read documentation →
1/5
Start typing to search...
Searching...
No results found
Try searching with different keywords