Text -> HTML Entities Encoder

By Dan Kogai $Id: encode_entities.html,v 0.2 2006/10/09 17:21:37 dankogai Exp dankogai $

Source Text:

With Entities Encoded: (Click to Select All)

In <pre> Tag:


Description

Whenever you need to paste your source code to HTML, you have to encode at least the characters below;

FromTo
<&lt; U+003CLESS-THAN SIGN
>&gt; U+003EGREATER-THAN SIGN
&&amp; U+0026AMPERSAND
"&quot; U+0022QUOTATION MARK

This page just does that for you. Just paste your text to the first form and the you get the encoded version in the second.

Enjoy!

Valid XHTML 1.0 Strict