URL Encode Decode β Encode & Decode URLs Online
Free online URL encode and decode tool. Supports encodeURI, encodeURIComponent, UTF-8, real-time processing, file upload, and stats. 100% private.
INPUT TEXT / URL0 characters
RESULT
Result will appear here...
Input: 0 chars
Output: 0 chars
Encoded Chars: 0
How to Use URL Encode Decode
1
Paste Text
Paste your URL or text into the input box. The tool supports multi-line text and special characters.
2
Choose Action
Click 'Encode' for parameters, 'Encode Full URL' for entire links, or 'Decode' to reverse the process.
3
Copy Result
The result appears instantly in the right panel. Use the copy button or download it as a text file.
Example Input
Hello World & Test=1 https://example.com/search?q=hello world&lang=δΈζ
Example Output (Encoded)
Hello%20World%20%26%20Test%3D1 https://example.com/search?q=hello%20world&lang=%E4%B8%AD%E6%96%87
Key Features & Rules
- encodeURIComponent: Best for encoding individual URL parameters.
- encodeURI: Best for encoding full URLs while keeping separators like
: / ? # & =intact. - UTF-8: Industry standard for URL encoding. UTF-16 hex escape is also available for legacy needs.
- 100% Private: All processing is done locally in your browser. Your data is never uploaded.
Want to Master URL Encoding?
Explore our comprehensive guide on encoding rules (RFC 3986), common mistakes, and best practices for developers.
π Learn More About URL Encoding/Decoding & Best Practices