Text Escaping and Unescaping in JavaScript

A collection of utilities for text escaping and unescaping in JavaScript. Try typing "abc" in the first form to see how it works. Any form can be edited.

Plain text hide all
\uXXXX hide
\UXXXXXXXX hide
&#DDDD; hide
&#xXXXX; hide
Punycode hide
Encoding for the followings:
\xXX hide
\OOO hide
Base64 hide
Quoted-printable hide
URL hide
MIME + Base64 hide
MIME + Quoted-printable hide

Notes

Links

TODO


Satoru Takabayashi