Representations of Byte Order Marks By Encoding
This table illustrates how BOMs are represented as byte sequences and how they might appear in a text editor that is interpreting each byte as a legacy encoding (CP1252 and symbols for the C0 controls):
Encoding | Representation (hexadecimal) | Representation (decimal) | Bytes as characters |
---|---|---|---|
UTF-8 | EF BB BF |
239 187 191 |
 |
UTF-16 (BE) | FE FF |
254 255 |
þÿ |
UTF-16 (LE) | FF FE |
255 254 |
ÿþ |
UTF-32 (BE) | 00 00 FE FF |
0 0 254 255 |
␀␀þÿ (␀ refers to the ASCII null character) |
UTF-32 (LE) | FF FE 00 00 |
255 254 0 0 |
ÿþ␀␀ (␀ refers to the ASCII null character) |
UTF-7 | 2B 2F 76 38 2B 2F 76 38 2D |
43 47 118 56 |
+/v8 |
UTF-1 | F7 64 4C |
247 100 76 |
÷dL |
UTF-EBCDIC | DD 73 66 73 |
221 115 102 115 |
Ýsfs |
SCSU | 0E FE FF |
14 254 255 |
␎þÿ (␎ represents the ASCII "shift out" character) |
BOCU-1 | FB EE 28 |
251 238 40 |
ûî( |
GB-18030 | 84 31 95 33 |
132 49 149 51 |
„1•3 |
Read more about this topic: Fffe
Famous quotes containing the words representations of, order and/or marks:
“Dreams are distorted representations of desire. So are dream- analyses.”
—Mason Cooley (b. 1927)
“We would not let ourselves be burned at the stake for our opinions: we are not that certain of them. But perhaps we would do so in order to be allowed to possess and to change them.”
—Friedrich Nietzsche (18441900)
“I regard almost all quarrels of princes on the same footing, and I see nothing that marks mans unreason so positively as war. Indeed, what folly to kill one another for interests often imaginary, and always for the pleasure of persons who do not think themselves even obliged to those who sacrifice themselves for them!”
—Mary Wortley, Lady Montagu (16891762)