URL Encoder/Decoder
Encode and decode URLs for safe transmission in web requests and API calls.
URL Encoding/Decoding
Enter URLs or text to encode or decode
Common Examples
Space Character
Space → %20
Special Characters
? → %3F
& → %26
= → %3D
Encode and decode URLs for safe transmission in web requests and API calls.
Space → %20
? → %3F
& → %26
= → %3D