Convert URL encoding
Handles spaces, symbols, and special characters.
Converted
Your result appears here.
Encode text for a URL, or decode it back — both directions.
Handles spaces, symbols, and special characters.
Paste text and press "Encode URL" to convert spaces and special characters into percent-encoded form (like %20 for a space) so it's safe to use inside a URL. Paste an already-encoded string and press "Decode URL" to turn it back into readable text.
Uses the same encoding JavaScript's encodeURIComponent/decodeURIComponent use, which covers query parameters, form values, and most URL components correctly.