Text to Octal Converter
Convert text to octal and octal back to text. Supports space-separated octets or continuous octal strings.
How to use
- Select the mode: Text → Octal to encode, or Octal → Text to decode.
- Text → Octal: paste text and click Convert. Each character will be converted to its octal code (e.g. "A" → "101").
- Octal → Text: paste octal bytes (space-separated or continuous). The tool accepts formats like "101 110" or "101110" and will decode to plain text.
- 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.