← All tools
UTILITY TOOL

URL Encoder / Decoder

Encode text for URLs or decode percent-encoded URL data in your browser.

ADVERTISEMENT
URL / TEXT
Result will appear here

Processing happens locally in your browser.

ABOUT THIS TOOL

URL encoding made simple

URL encoding represents characters that have special meanings in URLs or cannot safely be included in a URL using percent-encoded values such as %20 for a space.

This tool uses the browser's standard encodeURIComponent() and decodeURIComponent() functions and does not send your text to a server.