QuickFreeTools

Online Convert Octal to Text

Decode octal (base-8) codes to plain text. Enter space- or comma-separated octal numbers (e.g. 110 145 154). Client-side only.

Frequently Asked Questions

What is octal encoding?
Octal uses base-8 digits (0–7). Each byte is often written as 1–3 octal digits (e.g. 110 = 72 = 'H').
What format should I use?
Enter octal numbers separated by spaces or commas (e.g. 110 145 154 154 157 for Hello).
Does it support UTF-8?
Yes. The tool treats each octal value as a byte and decodes the resulting byte sequence as UTF-8.

Related Text Tools