UTF-16
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→External links: Note, not None (of the above)) |
Dan Tobias (Talk | contribs) (Link up endianness) |
||
Line 3: | Line 3: | ||
|subcat=Character Encodings | |subcat=Character Encodings | ||
}} | }} | ||
− | '''[[UCS]] Transformation Format—16-bit''' ('''UTF-16''') is a 16-bit [[Character Encodings|character encoding]] capable of encoding [[Unicode]] code points U+0000 through 0+10FFFF. It makes use of a [[BOM|byte order mark]] to determine whether the encoding is [[big endian]] or [[little endian]]. | + | '''[[UCS]] Transformation Format—16-bit''' ('''UTF-16''') is a 16-bit [[Character Encodings|character encoding]] capable of encoding [[Unicode]] code points U+0000 through 0+10FFFF. It makes use of a [[BOM|byte order mark]] to determine whether the encoding is [[Endianness|big endian]] or [[Endianness|little endian]]. |
== Specifications == | == Specifications == |
Revision as of 20:02, 14 February 2013
UCS Transformation Format—16-bit (UTF-16) is a 16-bit character encoding capable of encoding Unicode code points U+0000 through 0+10FFFF. It makes use of a byte order mark to determine whether the encoding is big endian or little endian.
Specifications
- RFC 2781 (2000-02)
- Unicode 6.0, Chapter 3 (2011) — §3.9 D91; §3.10 D96–D98, Table 3-9
- ISO/IEC 10646:2003 Annex Q (2003)