URL Encoder / Decoder
Free · Instant · Handles full URLs and query strings
Input (Plain URL)
Output (Encoded URL)
Quick Examples — click to load
About URL Encoding
URL encoding (also known as percent-encoding) converts characters that are not allowed in URLs into a format that can be transmitted over the internet. Special characters like spaces, ampersands, equals signs, and non-ASCII characters are replaced with a percent sign followed by two hexadecimal digits (e.g., space becomes %20).
→ %20
& → %26
= → %3D
+ → %2B
# → %23
@ → %40
/ → %2F
? → %3F