When to use it
Use it while preparing query parameters, decoding copied links, debugging redirects, or checking API examples.
links
Encode URL components or decode percent-encoded text when a query string starts looking like keyboard confetti.
copied
One less tiny problem.
Encoded or decoded output will appear here.Input
0
characters
Output
0
characters
Status
Ready
component mode
URL Encoder/Decoder converts text using URL-safe escaping and can work with individual components or full URLs.
Use it while preparing query parameters, decoding copied links, debugging redirects, or checking API examples.
Choose encode or decode, select component or full URL mode, then copy the transformed text from the live result.
Use component mode for query values or path pieces. It escapes more characters than full URL mode.
A malformed percent escape, such as a lonely percent sign, is not valid URL encoding and needs to be fixed first.
Related tools
links
Remove tracking parameters from long links while keeping the destination intact.
links
Remove UTM campaign parameters from shared links with a focused browser-only cleaner.
developer
Encode text to Base64 or decode Base64 back to readable UTF-8 text.
links
Turn titles and labels into clean URL slugs with length, separator, and stop-word options.