URL Encode / Decode
Encode and decode URLs or URL components for safe use in links.
Enter a URL or text to encode
A URL you've received already percent-encoded, %20 where a space should be, %3D standing in for an equals sign, is hard to actually read at a glance, which matters when you're trying to figure out what a link or a query string actually says rather than encoding something yourself. This tool handles both directions: encoding a raw string into its percent-encoded, URL-safe form, and decoding an already-encoded URL back into readable text so the actual content underneath the encoding becomes clear.
See moreSee less about the URL Encode / Decode
Useful for decoding a URL full of percent-encoded characters to see what it actually contains, encoding a value with spaces or special characters before it goes into a link, or checking that an encoded and decoded round-trip of the same URL comes back exactly the way it started.
Key features
- Clean interface
- Fast processing
- No signup required
- Works offline