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.