URL Encoder & Decoder
Encode and decode URLs for web use
Encoding Options
Examples
Before Encoding:
https://example.com/search?q=hello world
user@domain.com
After Encoding:
https://example.com/search?q=hello%20world
user%40domain.com
Common URL Encodings
Character | Encoded | Character | Encoded |
---|---|---|---|
Space | %20 | @ | %40 |
# | %23 | % | %25 |
& | %26 | + | %2B |
= | %3D | ? | %3F |
Advertisement
Your Ad Here
300x250
Advertisement
Your Ad Here
300x250