Browser-only tool
URL encoder and decoder
Convert text to URL-safe percent encoding or decode percent-encoded values. This is useful for query parameters, redirects, API calls, and debugging URLs.
Browser-only tool
Convert text to URL-safe percent encoding or decode percent-encoded values. This is useful for query parameters, redirects, API calls, and debugging URLs.
Warning: URL encoding is not encryption. Do not place passwords, tokens, or private identifiers in URLs.
Waiting for input.
URL encoding and decoding runs locally in your browser. This static page does not upload input.
No. URL encoding only makes characters safe for URLs. It does not encrypt or protect the data.
Encode query parameter values, path parts, or redirect targets when special characters could break URL syntax.
URLs can be stored in browser history, server logs, referrer headers, analytics tools, screenshots, and support tickets.
URL encoding escapes characters for URL syntax. Base64 represents bytes as text. Neither one provides secrecy.
Yes. Invalid percent sequences or malformed UTF-8 can fail to decode correctly.