What is this tool?
A URL Encoder and Decoder translates special characters into percent-encoded triplets (e.g. space to %20) and back, conforming to the RFC 3986 specification.
How to use it
Enter the text or URL into the input field. Select the encoding mode ("Standard" or "Encode All"), and click "Encode" or "Decode". Copy the result instantly.
Pro tips
- Choose "Encode All" when preparing a full URL to be passed inside a query parameter of another URL.
- Check the error banner for diagnostic info if the string contains invalid percent-escape sequences during decoding.