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 382B 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)
“England has the most sordid literary scene Ive ever seen. They all meet in the same pub. This guys writing a foreword for this person. They all have to give radio programs, they have to do all this just in order to scrape by. Theyre all scratching each others backs.”
—William Burroughs (b. 1914)
“if we are to win
that title I want to see how.
But I dont want to see
any marks when youre dressed,
he said. He said, Now.”
—Gary Gildner (b. 1938)