URL Encoder & Decoder
Percent-encode and decode URLs.
Result
The result will appear here.
About the URL Encoder & Decoder
Percent-encode and decode URLs and URI components safely. Converts spaces and special characters to their %xx escapes and back — essential when building query strings, links and API requests.
How to use it
- 1Paste text to encode, or an encoded string to decode.
- 2Switch direction with one click.
- 3Copy the result.
Frequently asked questions
- What's the difference between encoding a component and a full URL?
- Component encoding escapes characters like & and = that have meaning in a URL; use it for individual query values, not whole URLs.
Advertisement