About the URL Encode / Decode
The URL Encode / Decode tool converts text to and from percent-encoded URL format. URL encoding replaces unsafe characters (spaces, &, ?, =, and non-ASCII) with % sequences so they can be safely passed in links and query strings. Paste your text and switch between encoding and decoding instantly.
How to use the URL Encode / Decode
- Paste the text or encoded URL.
- Click Encode or Decode.
- Copy the result.
Frequently asked questions
When do I need URL encoding?
Whenever you put special characters or spaces into a URL or query string, they must be percent-encoded to work reliably.