This form converts entity-encoded strings to their decoded form, and
vice versa.
The form requires JavaScript, which does not appear to be enabled in
this browser (either that, or there's a catastrophic failure with your
browser's DOM). The code to perform encoding/decoding is fairly
trivial and is listed below.
Entity String Decoder
This form converts entity-encoded strings to their decoded form.
The code to decode these strings is fairly trivial and is listed at the
bottom of this form. Note that this form will work with a mixture
of entity-encoded and regular characters.
Enter the entity-encoded string in the textarea below.
Decoded Result
Entity String Encoder
This form converts strings to an entity-encoded form, where each
character is represented by its numeric value. The code to encode
these strings is fairly trivial and is listed at the bottom of this
form.