URL encoder
Percent-encode text for safe use in URLs. Choose component mode
(encodeURIComponent) when encoding a single query value, or full-URL mode
(encodeURI) when you want to keep an entire URL’s structure intact.
Everything runs in your browser with built-in functions — nothing is uploaded. To reverse it, use the URL decoder.