Type your text, and the tool converts each character to its octal representation — paste octal in decode mode to convert it back.
Octal uses base-8 (digits 0-7) to represent numbers. Each character's ASCII value is converted to its octal equivalent.
Octal was historically used in computing and is still used in some Unix/Linux file permissions (like chmod 755).
The tool accepts octal numbers with or without spaces. Leading zeros are optional but commonly used.