URL encoding in practice
Where it comes in handy
Building links with UTM tags and parameters, passing search queries and Cyrillic values in the query string, debugging redirects and API requests, inserting addresses into attributes and code.
The tool supports two modes: encoding a parameter value (component) and encoding a full URL, so as not to break the address separators.
Pairing with other tools
To build tagged links use the UTM tag generator, and to get readable slugs from Cyrillic use the transliteration tool.
If a link goes through a chain of redirects, check it with the redirect checker to make sure there is a single 301 without extra hops.