URL Encoder and Decoder
Input
Result
How to use
1.
Paste your URL or query string into the Input panel
2.
Click Encode to percent-encode special characters, or Decode to reverse it
3.
Copy the result
Common uses
▸
Encoding query parameters with special characters before sending an API request
▸
Decoding a percent-encoded URL to make it human-readable
▸
Debugging URLs that contain spaces, accented characters, or symbols
Similar tools