UTF-8 Encodings Tool

This is a JavaScript/DOM based tool to display the values of various character entities up to . Depending on your browser, your font, the time of day, the phase of the moon, and the mood of the webmaster, this may or may not work. It has been tested for close to 30 minutes using Firefox 1.0.7. No warranty is implied or given. Use and enjoy or detest at your own risk.

This does not work with Microsoft Internet Explorer.

The table displays 256 possible character entities (the numbers down the side represent 16^n, the numbers across the top represent 0..16 (0..f in hexadecimal). If your default sans-serif font does not have a representation for the character you may see a "?". Or a toad. Or some other undefined glyph.

The select list is used to increase the table by 16^3*n.

19-Dec-2005: I noticed an error in the "radix" portion of the table. Turns out you have to cast the parameter to a Number in order to pick up the toString method to convert to a hex string.