Octal to Decimal Converter
Convert octal numbers to decimal instantly, at any size. Everything runs in the browser.
About octal and decimal
Octal is base 8, using digits 0–7. Each octal digit maps to exactly three bits, which is why Unix file permissions like 755 are octal. Code writes it with a 0o prefix.
Decimal is base 10 — ordinary numbers. Most code displays values in decimal even when they are stored as bits underneath, so it is usually one side of any base conversion.
For example, octal 755 is 493 in decimal. The converter uses BigInt, so numbers of any size convert without losing precision, entirely in the browser.
More number base converter pages
Related tools
Case Converter
Convert text between UPPERCASE, camelCase, snake_case, kebab-case, slugs and more.
Whitespace & Line Tools
Trim whitespace, collapse spaces, dedupe and sort lines, remove line breaks.
Encode, Decode & Format
Format and minify JSON, encode and decode Base64, URLs and HTML entities.
Cron Expression Explainer
Type a cron schedule and get plain English, a field breakdown and the next run times.
Free and open source from Earthling Digital, an independent creative agency. Built with Earthling UI.