Binary to Octal Converter

Your details

Choose which direction to convert.
Enter a binary number (digits 0 and 1 only).
Octal
31

The converted octal (base 8) value.

Binary11001
Decimal25
3-bit groups2

11001 in binary = 31 in octal

  • The binary number 11001 is split into 2 groups of 3 bits, each mapped directly to one octal digit.
  • The octal representation 31 is more compact: 5 binary digits compress into 2 octal digits.
  • Both notations represent the same value: 25 in decimal.
  • Octal was widely used in computing to represent binary data concisely before hexadecimal became standard.

Next stepNeed more bases? Try our Binary to Decimal Converter or Binary to Hex Converter for additional conversions.

= Powered by OnlyCalculators