Fork me on Github

Compare Encoders

Libraries and frameworks encode ASCII characters differently. The OWASP Enterprise Security API (ESAPI) is the reference implementation for the most comprehensive and secure output encoding/escaping. Using this encoder comparison table, you will see how ESAPI exceeds other framework encoders and native encoders.

Select Encoders

Choose from this list of all ESAPI encoding methods and other popular framework and native encoders. We've chosen a few by default.

Char # ASCII Char ESAPI Encode for HTML ESAPI Encode for HTML Attribute ESAPI Encode for CSS ESAPI Encode for JavaScript ESAPI Encode for Base64 ESAPI Encode for URL JavaScript HTML Encoder JavaScript URL Escaped (Deprecated) JavaScript URI Encoder JavaScript URI Encoder for Component