Uni
Tools
Home
Tools
GitHub
Loading UniTools...
🔗
URL Encoder/Decoder
Encode and decode URLs with component parsing and auto-detection
Encode
Decode
Type:
Component (encodeURIComponent)
Full URL (encodeURI)
Encode
Input
Output
Result will appear here...
Copy
Clear
Tips
•
Component
encodes all special characters including /, ?, & - use for query parameter values
•
Full URL
preserves URL structure characters like ://, ?, & - use for complete URLs
• Paste a full URL to see it broken down into protocol, host, path, and query parameters
• The swap button moves output to input and toggles the mode