Loading tool...
Preparing the workspace and controls for this tool.
Loading tool...
Preparing the workspace and controls for this tool.
Convert text to Unicode escape sequences and back.
Loading tool...
Preparing the workspace and controls for this tool.
This page helps when text needs to be turned into Unicode escape sequences or restored back into readable characters.
It is handy for debugging source strings, config values, or copied snippets where the visible text and the stored representation do not match.
Unicode conversion is often about representation problems, so context from the source system matters as much as the output itself.
If the text will return to code or configuration, keep an eye on double-escaping and quote handling.
It is strongest for fast, focused browser tasks. If you need collaboration, automation, or long-term records, export the result and continue inside your primary workflow.
The public utility flow is designed around immediate use, so basic tasks should be possible without sign-up.
Text MD5 is a better fit for the adjacent step around this task. Finishing one focused step at a time is often more dependable than overloading a single page with too many actions.
If this is only one step in a larger task, these nearby tools are usually the next places to go.
Calculate text MD5 hashes and show lower/upper case variants.
Hash local files in chunks for dependable MD5 verification.
Calculate keyed HMAC hashes for MD5 and SHA variants.
Compute SHA1, SHA256, SHA512, and related hash values.
Encrypt and decrypt with AES using common modes and padding options.
Encrypt and decrypt text with the Rabbit stream cipher.