Convertisseur octal → binaire
Convertis l’octal en binaire (3 bits par chiffre) avec regroupement configurable. Affiche décimal et hexadécimal + tableau d’étapes par chiffre.
Octal to binary calculator online
Convert octal to binary in real time, regroup the output in 3/4/8 bits, see the per-digit equivalence and jump to other base converters.
Quick results
Clean octal
—
Binary
—
Decimal
—
Hexadecimal
—
Automatic steps: each octal digit is 3 bits
| Octal digit | Binary equivalent | Detail |
|---|
FAQ
We accept 0-7 with optional 0o prefix and blanks or underscores as separators. The value is cleaned before converting.
Each octal digit becomes a 3-bit block and then all blocks are concatenated. You can regroup the final output into 4 or 8-bit chunks for readability.
Alongside binary you also get decimal and hexadecimal equivalents. Quick links let you jump to the other converters with the same clean layout.
We rely on BigInt in the browser to support long strings without losing precision. The practical limit is your device.