What is Text to Octal?
Text to Octal turns text into base-8 byte values. Each character becomes a three-digit octal number, the kind you see in Unix permissions and C escape sequences.
How to use
- Type or paste the text you want to convert to octal in the input field.
- Select formatting options: delimiter style (space, backslash prefix) and whether to pad with leading zeros.
- Copy the octal output for your scripts or docs. Flip to reverse mode to convert octal back to text.
Result
Enter 'Hello' and get '110 145 154 154 157' (space-delimited) or '\\110\\145\\154\\154\\157' (backslash-prefixed for C strings).
Related Tools
Rhyme Finder
Find perfect and near rhymes for any word
Anagram Solver
Find all valid anagrams of any word
Unicode Lookup
Search Unicode by name or code
URL Encoder/Decoder
Encode and decode URLs instantly
NATO Phonetic Alphabet
Convert text to NATO phonetic alphabet
Paragraph Counter
Count paragraphs in your text