URL Encoder / Decoder
Paste a URL or text with special characters and instantly encode it into a safe percent-encoded format, or decode an encoded URL back into readable text.
Input
Output
When you need URL encoding
URLs can't safely contain spaces, Cyrillic characters, or symbols like & and ? inside a query value — they need to be percent-encoded first (a space becomes %20, for example). This tool handles that conversion instantly in both directions, which is useful when building links by hand, debugging a query string, or reading an encoded URL someone sent you.
Frequently asked questions
Does it handle Cyrillic characters in URLs?+
Yes — Cyrillic and any other Unicode text is correctly percent-encoded and decoded using standard UTF-8 rules.