URL Encoder/Decoder
Encode and decode URLs. Convert special characters to URL-safe format and vice versa.
Mode
Input
Output
No output
Examples
URL Encoding
Input: Hello World!
Output:
Hello%20World%21
URL Decoding
Input:
Hello%20World%21
Output: Hello World!
Common Characters
Space: %20
Exclamation: %21
Quote: %22
Hash: %23
Dollar: %24
Percent: %25
Ampersand: %26
Apostrophe: %27