Character Encoding

The character encoding of a document refers to a technical specification of a standard character set, including letters, numbers, and symbols. The character set is specified as a <meta> element in the <head> of an XHTML document.

One of the most universal character sets—allowing for a wide range of international alphabets—is UTF-8. This is the recommended character set for most purposes. It is specified as follows:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 

Other character sets include:

Creative Commons License
This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 2.5 License.