URL Encoder/Decoder
Encode or decode URLs and query strings instantly.
Common Encodings
Space:
%20
&:
%26
=:
%3D
?:
%3F
/:
%2F
#:
%23
@:
%40
+:
%2B
Results
What is this tool?
A URL Encoder/Decoder converts special characters to percent-encoding (e.g., spaces become %20) or decodes encoded strings back to readable text. It’s useful when building URLs, query strings, and API requests.
How to use this tool?
1. Choose encode or decode
2. Paste the URL or text
3. Run the tool
4. Copy the result
5. Use it in your URL or code
6. Repeat as needed