Skip to content
ZeroServer.tools

Octal to Text

Decode octal (base-8) codes back to readable text.

How to convert octal to text?

Paste space, comma, or newline-separated octal values and each is decoded to its Unicode character. For example, 110 → 'H' (decimal 72), 60 → '0' (decimal 48). The tool uses parseInt(value, 8) to parse base-8 and String.fromCodePoint to reconstruct the character. Values above U+10FFFF or non-octal characters will show an error.

Private & free — this tool runs entirely in your browser.

Recommended: IndieKit Ship your Next.js startup in days.affiliate

Related Encoders & Decoders tools