What Percent Encoder / Decoder does
Percent-encode Unicode text using UTF-8 URI-component rules or decode valid percent-encoded text.
Input and output contract
Encoding follows JavaScript URI component semantics and decoding requires complete valid percent byte sequences. Percent-encoded text or decoded Unicode text.
Safe workflow
Choose encode/decode and process one URI component at a time. SaveEditor processes this operation locally in the browser and does not infer a game format from the input.
Important limitations
This does not parse a complete URL or application/x-www-form-urlencoded plus-as-space rules. Malformed percent escapes are rejected rather than partially decoded.