Unicode file always set the first byte as certain content to indicate the file format. We could use edit tools like UltraEdit open the file in Hex mode to see the byte.
| Byte order mark | Description |
|---|---|
| EF BB BF | UTF-8 |
| FF FE | UTF-16, little endian |
| FE FF | UTF-16, big endian |
| FF FE 00 00 | UTF-32, little endian |
| 00 00 FE FF | UTF-32, big-endian |
Note: Microsoft uses UTF-16, little endian byte order.
More refer to Byte-order Mark
- 文章信息
- 版权声明: 本文可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息。
- 原文出处: http://www.aiview.com/
- 写于: 2006-10-11 [Edit]
- 作者: Alex (email &msn)

- 标签 Tags: unicode (3)


