URL Encoder
Percent-encode text so it is safe to use in a URL or query string.
Convert spaces and special characters into percent-encoded form (%20 and friends) so your text is safe to drop into a URL, query parameter or API call.
Frequently asked questions
When do I need URL encoding?
Whenever text with spaces, &, ?, = or non-ASCII characters goes into a URL, encoding stops it from breaking the link.