Fast • Clean • Developer-friendly
Text Encoding Tools for Developers
Simple online tools for escaping and decoding text used in HTML, Java,
JavaScript, and other programming environments.
Paste your text, convert it instantly, and copy the result.
Why escape text?
Many programming languages and markup formats require special characters
to be escaped so they are interpreted correctly. Characters such as
<, >, quotes, backslashes, and control characters can break HTML,
Java, JavaScript, or JSON if they are not encoded properly.
These tools help developers quickly convert text into safe encoded forms
or decode escaped text back into readable content.
Frequently Asked Questions
What is text escaping?
Text escaping converts characters into encoded representations so they
can safely appear inside code or markup.
What tools are available?
This site currently provides tools for HTML escaping and decoding,
Java string escaping, and JavaScript string escaping.
About this site
I started this site in 2006 to build small utility tools I needed
in my own work as a programmer. It has gradually grown into a
collection of simple tools for escaping and decoding text used
in HTML, Java, JavaScript, and other programming environments.