Encode and decode URLs with percent encoding (RFC 3986). Support for UTF-8, ASCII, ISO-8859-1, and more. Encode query strings, form data, paths. 100% client-side, no server upload.
URL encoding, also known as percent encoding, is a mechanism for encoding information in URIs. It's used when data contains characters that are reserved or unsafe for URLs.
Encoding Modes:
Reserved Characters:
: / ? # [ ] @ ! $ & ' ( ) * + , ; =
Common Encodings:
%20 or + (in query strings)%21%23%24%25%26%3D%3F%2BExamples:
URL Encode:
8gwifi.org?q=a+b&r=123 → 8gwifi.org%3Fq%3Da%2Bb%26r%3D123
Encode Component (for query values):
a+b → a%2Bb
[email protected] → user%40example.com
Every coffee helps keep the servers running. Every book sale funds the next tool I'm dreaming up. You're not just supporting a site — you're helping me build what developers actually need.