What Escape Sequence Converter does
Escape control characters into C-style sequences or decode validated newline, tab, slash, hex, and Unicode escape sequences.
Input and output contract
Supported decoding includes n, r, t, \, , xHH, uHHHH, and u{…}. Escaped text or decoded Unicode text.
Safe workflow
Choose text-to-escapes or escapes-to-text and process the string. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This is a controlled escape syntax rather than a JavaScript evaluator; arbitrary code is never executed. Unknown or incomplete escape sequences are rejected instead of being executed or guessed.