\n\t\r\"\'\\\f\b\v\0\uXXXX\xXX Escape Character Converter is an online text escaping tool. It decodes literal escape sequences such as \n, \t and \uXXXX into real characters, and can also escape real characters back into literal form for pasting into code, JSON or logs.
Escape sequences represent special characters in code and text data, usually starting with a backslash. For example, \n stands for a newline, \t for a tab, and \u4f60 for the Unicode character "你". When logs, JSON or config files are serialized, these characters are written in literal form, which is hard to read. Decoding restores them to their normal display.
Q: Is this tool free?
A: Yes. It is free to use with no registration or login required.
Q: Which escape sequences are supported?
A: \n, \t, \r, \", \', \\, \f, \b, \v, \0, plus \uXXXX (Unicode) and \xXX (hexadecimal) sequences.
Q: What happens to unrecognized escape sequences?
A: They are kept as-is in the output, and a warning with the count is shown in the stats bar. No content is lost.
Q: Does it work on mobile devices?
A: Yes. The page is responsive and works in mobile browsers.
Q: Is my text uploaded anywhere?
A: No. All conversions run locally in your browser and your text is never uploaded.
Loading...