URL Encoder/Decoder
Encode and decode URL strings
URL Encoder/Decoder
Encode and decode URL strings
Encode
Input: 0 chars
Options
Encodes all special characters including / : ? # @ etc. Best for query parameter values.
Preserves URL structure characters (/ : ? #). Best for encoding complete URLs.
Standard percent encoding for spaces
Application/x-www-form-urlencoded format
URL Encoded
Enter text and click encode/decode