Step 1
How to use it 1
Paste text.
Escape/Unescape URLs
Encode or decode URL components (percent-encoding). Ensures special characters are safe for transmission in URLs.
Paste text.
Click Encode or Decode.
Copy result.
Example 1: Start with a small input to validate the format.
Why encode URLs?
URLs can only contain ASCII characters. Special characters must be converted to %xx format.
You can process full URLs or query strings.
Encode only components; keep scheme and host readable.
Use %20 for URLs; + is for form encoding.
Move into related tools and workflows without going back to the full directory.