URL Encode/Decode
Encode or decode text using URL encoding (percent-encoding) for safe use in URLs.
How It Works
- 1 Paste your text in the input area.
- 2 Choose encode or decode mode.
- 3 The converted text appears in the output area.
FAQ
What is URL encoding? ▼
URL encoding converts special characters into percent-encoded format (e.g., space becomes %20) for safe transmission in URLs.
When should I use URL encoding? ▼
Use it when including special characters in query parameters, form data, or any URL component.
Related Tools
B64
Base64 Encode/Decode
Encode text to Base64 or decode Base64 back to plain text.
&
HTML Entity Encode/Decode
Encode special characters as HTML entities or decode HTML entities back to characters.
🔗
Slug Generator
Convert any text into a URL-friendly slug by lowercasing, removing special characters, and joining with hyphens.