Skip to content
QKQuickKit日本語
EncodingLOCALRuns in your browser

Unicode Escape ⇄ Text

Convert text to \uXXXX / \u{...} / \xXX escape sequences or decode them back, in the browser.

This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.

Output

How it works

Escaping converts characters to \uXXXX (with surrogate pairs for astral characters), \u{...}, or \xXX. Unescaping also understands common shorthand escapes such as \n and \t. This is text transformation, not a language parser.