Octal to all other number unit conversions

Octal

  • 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).
  • For example, the binary representation for decimal 74 is 1001010. Two zeroes can be added at the left:(00)1 001 010, corresponding the octal digits 1 1 2, yielding the octal representation 112.
  • In the octal system each place is a power of eight. For example:1128 = 1 * 82 + 1 * 81 + 2 * 80

Enter your value in Octal

Reset

Check your output in all other similar units

Standard Units
Binary
Decimal
Hexadecimal