Using 8 or 9 in octal input
Octal numbers only use digits 0 through 7.
Fix: Remove invalid digits or confirm that the source number is actually decimal.
Search tools and pages.
Convert octal to decimal
sidebar • 160x600
Written by Giorgos Kostas. Last reviewed:
Octal to Decimal converts a base-8 number such as 755 into its base-10 value, making legacy numeric notation easier to compare with modern decimal output.
Developers usually hit octal while reading Unix permissions, old protocol docs, or number-base exercises. Converting the value makes it clear whether the octal digits represent a number, a permission mask, or text encoded somewhere else.
755
493
Octal numbers only use digits 0 through 7.
Fix: Remove invalid digits or confirm that the source number is actually decimal.
Octal byte escapes and octal numbers are related but not the same workflow.
Fix: Use Octal Decoder when you need to turn octal byte groups back into text.
Octal 755 means 7 x 64 plus 5 x 8 plus 5, which totals 493 in decimal.
No. Base 8 uses only digits 0 through 7, so 8 and 9 make the input invalid.
No. This converter handles numeric base conversion. Use an octal decoder for byte groups that represent text characters.
Pair octal conversion with binary, decimal, and text encoding tools. You can also browse the full Number & Bitwise Tools category for more options.
Convert decimal to octal
Convert binary numbers to decimal
Convert decimal numbers to binary
Encode text to octal
Convert binary to hexadecimal
Convert hexadecimal to binary
Convert IPv6 address to binary
Convert an octal number into its binary form for file permission inspection and low-level register work.
Convert an octal number into its uppercase hexadecimal form for cross-base arithmetic and register inspection.
Sort numbers in ascending or descending order
Generate random numbers
Convert Roman numerals to numbers and numbers to Roman numerals
Convert octal digits to a decimal number.
content bottom • up to 300x250