🔗 URL Encoder/Decoder
Encode, decode, and parse URLs with query parameters
Input
https://example.com/search?q=hello world&lang=en&page=1
🔒 Encode
🔓 Decode
encodeURIComponent
📋 Parse URL
Output
📋 Copy
🔄 Swap
Parsed URL
Copied!