URL Encoder / Decoder
Encode or decode URLs and text. Supports URL component encoding, full URL encoding, and Base64 URL-safe encoding.
Input
Output
When to Use Each Mode
URL Component:For encoding query parameters, form data, or parts of a URL
Full URL:For encoding complete URLs while preserving the structure
Base64 URL:For encoding binary data or tokens in URL-safe format