URL-encode and URL-decode text strings
as you type
using PHP and Javascript functions
URL-encode
URL-decode
urlencode()
encodeURIComponent()
encodeURI()
escape()
html escape()
urldecode()
decodeURIComponent()
decodeURI()
unescape()
html unescape()