URL Encoder
Encode and decode URLs and special characters
Encode and decode URLs and special characters
URL Encoded
Base64
HTML Entities
Common URL Encodings
| Character | Encoded | Name |
|---|---|---|
| %20 | Space | |
| ! | %21 | Exclamation |
| # | %23 | Hash |
| $ | %24 | Dollar |
| % | %25 | Percent |
| & | %26 | Ampersand |
| ' | %27 | Apostrophe |
| ( | %28 | Left Paren |
| ) | %29 | Right Paren |
| + | %2B | Plus |
| , | %2C | Comma |
| / | %2F | Slash |