Encode special characters for URLs or decode percent-encoded URL strings back to readable text.
Result will appear here...Enter the URL or text to encode/decode.
Characters are encoded/decoded automatically.
Copy the result.
URL encoding converts special characters to percent-encoded format (e.g., space → %20).
When passing special characters in URL parameters or query strings.
URL encoding is for URL-safe characters; Base64 is for binary-to-text conversion.