Text to Octal Converter

Convert text to octal and octal back to text. Supports space-separated octets or continuous octal strings.

How to use

  1. Select the mode: Text → Octal to encode, or Octal → Text to decode.
  2. Text → Octal: paste text and click Convert. Each character will be converted to its octal code (e.g. "A" → "101").
  3. Octal → Text: paste octal bytes (space-separated or continuous). The tool accepts formats like "101 110" or "101110" and will decode to plain text.
  4. Use Copy/Download/Select/Clear as needed. For continuous octal ensure correct grouping (3 digits per byte) - odd lengths will be left-padded as needed.