URL Encoder/Decoder
Encode or decode URL strings easily. Useful for working with query parameters and special characters.
Input
Output
About URL Encoding
URL encoding converts special characters into a format that can be safely transmitted in URLs.
Common Conversions:
space → %20& → %26= → %3D? → %3F/ → %2F# → %23