v1.2, 2006.05.25
Enter text to be encoded or decoded in the fields below. You can encode or decode URLs and
strings that have been URL encoded by web sites or browsers. To learn more about URL encoding, also
known as "Percent Encoding", read this Wikipedia
article.
Common URL Encodings
| Character | Code | Character | Code |
| space | %20 |
, | %2C |
| ! | %21 |
- | %2D |
| " | %22 |
. | %2E |
| # | %23 |
/ | %2F |
| $ | %24 |
: | %3A |
| % | %25 |
; | %3B |
| & | %26 |
= | %3D |
| ' | %27 |
? | %3F |
Notes: