URL encode / decode
Encode or decode text for use in a URL (percent-encoding). All local.
FAQ
What is URL encoding for?
Special characters (space, &, ?, accents…) are replaced in URLs by codes like %20. The tool does this both ways — encode and decode.
Is the input sent anywhere?
No, everything is computed in your browser.