URL Encoder & Decoder
Encode text for safe use in URLs (query parameters, fragments) or decode URL-encoded strings while you debug callbacks and redirects.
Use cases
Explore more in the Use cases library.
- Encode and decode URL components safely.
- Handle query strings and percent-encoding.
- Useful for redirects, OAuth, and UTM params.
Text <-> URL-encoded
Paste raw text on the left and encode it for use in URLs, or paste a URL-encoded value on the right and decode it back.
+ is treated as a space when decoding.
Text
URL-encoded
Runs 100% locally in your browser