Part of the Math & Statistics suite · 235 calculators

Octal to Binary Converter

Convert octal to binary — each octal digit expands to three bits.

Each octal digit becomes exactly three binary digits: 7 is 111, 5 is 101, 4 is 100.

Results update as you type
Results
Converted
10101101
Decimal value
Binary
Octal
Hexadecimal
Bits needed
Reviewed September 2026. Pure mathematics: the result does not depend on where you are. Terminology follows US usage (math, parentheses, decimal point).
No account required · Google Analytics off unless allowedCalculator arithmetic runs in your browserResults update as you type
All calculations run 100% in your browser. The calculator code does not submit your figures to GlobalCalc to obtain a result.
About octal to binary converter

How the octal to binary converter works

Each octal digit becomes exactly three binary digits: 7 is 111, 5 is 101, 4 is 100. Join them in order.

The use everyone meets is file permissions: chmod 755 expands to 111 101 101, which reads as read-write-execute for the owner and read-execute for group and others.

Formula: value = Σ digitₖ × bᵏ

Worked examples

InputsConvertedNote
755111101101111101101
3771111111111111111
644110100100110100100

Frequently asked questions

How do I convert octal to binary?

Expand each digit to three bits: 7 is 111, 5 is 101.

What does chmod 644 mean?

110 100 100 — read and write for the owner, read only for group and others.

How many bits is an octal digit?

Exactly three.

Why does octal only use 0 to 7?

Because three bits express eight values, 0 through 7. There is no octal 8 or 9.

What is 755 in decimal?

493.

Where these figures come from

Last checked: September 2026. Formulas are fixed by mathematics and do not change with tax years or regulations.