Thanks to meyerweb.com for the URL Decoder/Encoder by Eric A. Meyer.
ENCODED URL NOTES:
Unsafe characters are replaced with % and their two hexadecimal digits.
In bold are the reserved characters.
Not in bold are not allowed characters (there are more).
~ = %7E ; = %3B [ = %5B | = %7C & = %24
+ = %2B < = %3C \ = %5C ] = %7D % = %25
, = %2C = = %3D ] = %5D = %20 $ = %26
/ = %2F > = %3E ^ = %5E " = %22 @ = %40
: = %3A ? = %3F { = %7B # = %23 ` = %60
Read more here at w3schools.com.
If you find mistakes, have suggestions, and or questions please post at
mewbies forum HERE - thank you.
Last update on 28 Jun '13
- mewbies.com -