online tools

Escape and Unescape

Home > Escape and Unescape
Enter text here: (Encryption can be repeated)

       

The escape() function encodes a page.
All spaces, punctuation, special characters, and other non-ASCII characters will be converted into %xx character encoding format(xx is 16 hexadecimal).
This function encodes special characters, with the exception of:ASCII characters,numbers and Punctuation( * @ - _+ . /).