URL Encoder/Decoder
Encode text and special characters for URLs. Decode percent-encoded URLs back to plain text.
Uses
- Encode special characters (&, ?, =, %, spaces) for query parameters
- Create safe URLs with percent-encoding (%20 for space, %26 for &)
- Decode API URLs and query strings
- Prepare data for URL parameters and form submissions