🔗 URL Encoder/Decoder
Encode and decode URL strings (percent encoding)
Plain Text
URL Encoded
Advertisement
About URL Encoder/Decoder
URL Encoder/Decoder converts special characters to and from percent-encoded format (also known as URL encoding or percent encoding). This is necessary when passing data in URLs, as certain characters have special meanings in URLs.
Features
- ✓Encode text to URL-safe format
- ✓Decode percent-encoded URLs
- ✓Handle special characters and spaces
- ✓Support for international characters (UTF-8)
- ✓Copy result with one click
- ✓Works offline in your browser
How to Use
- 1.Select "Encode" or "Decode" mode
- 2.Enter or paste your text or URL
- 3.Click the convert button
- 4.Copy the result to use in your application
💡 Common Encodings
Space → %20! → %21@ → %40# → %23$ → %24% → %25& → %26= → %3D