Text
Hello
Octal
110 145 154 154 157
Encoding & Decoding
Convert between UTF-8 text and octal byte sequences, with optional spacing. Useful for legacy encodings, log escapes, and puzzle workflows. Conversion stays in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
状态:等待输入
UTF-8 0 B → Octal 0 B · 待输入 · 膨胀率 +0%
Text
Hello
Octal
110 145 154 154 157
Not exactly. This tool converts UTF-8 byte values in octal. Language string escape rules vary and should be checked for your format.
Octal digits must form valid bytes and the overall sequence must be valid UTF-8. Invalid width or values produce a parse error.
Tools
Continue with another translated tool for a nearby task.
Binary Text Converter
Convert UTF-8 text to and from binary, octal, decimal, or hexadecimal byte representations, with optional spacing. Useful for inspecting encodings and restoring capture fragments. Conversion stays in the browser.
Hex to Text
Convert between UTF-8 text and hexadecimal bytes. Accepts spaced, 0x, \x, or contiguous hex input with tolerant cleanup. Useful for restoring ASCII payloads from captures.
Unicode Converter
Convert between plain text and Unicode escape sequences (\uXXXX). Useful for inspecting API payloads, config files, and frontend strings. Conversion stays in the browser.