What This Tool Does
Ever noticed how a space in a URL turns into '%20' or a slash becomes '%2F'? That's URL encoding. Browsers can only understand a very limited set of characters in a link, so everything else has to be 'escaped' so the website knows where to go. If you try to send a link with a question mark or an ampersand in the wrong place, it will break the page.
We built this tool to make those messy links readable again, or to help you build safe links for your own projects. Whether you're a marketer trying to track a campaign or a developer building an API, it ensures your URLs are valid and won't throw a 404 error.
How to use
- 1Step 1: Select 'Encode' to make a string safe for a link, or 'Decode' to turn a messy link back into plain text.
- 2Step 2: Paste your text or URL into the input area.
- 3Step 3: Click the button and the result appears instantly.
- 4Step 4: If a link is double-encoded (lots of % characters), you might need to hit 'Decode' twice.
- 5Step 5: Copy the result and use it in your project.
Example Scenarios
Use Case 1:Marketing UTMs: Encoding campaign names with spaces so your tracking links don't break on social media.
Use Case 2:API Development: Making sure the query parameters you're sending to a server are correctly formatted.
Use Case 3:Link Debugging: Decoding a massive, garbled affiliate link to see where it's actually taking you.
Use Case 4:Fixing Broken Links: Manually repairing a URL that was corrupted by an email client or document editor.