URL Encoder / Decoder
Free URL encoder and decoder. Percent-encode text for safe use in URLs and query strings, or decode encoded URLs back to readable text.
Good to know
URL Encoder / Decoder — frequently asked questions
When do I need to URL-encode text?
Whenever text with spaces or special characters goes into a URL or query parameter — encoding turns them into safe %-sequences so links don't break.