| UTF BOM (Byte Order Mark) Unicode-encoding Endian Indicators | |
|---|---|
| 0xfeff Byte-Order Mark
as it appears encoded |
Description |
| ef bb bf | UTF-8 endian, strictly speaking does not apply, though it uses big-endian most-significant-bytes first representation. |
| fe ff | UTF-16 for 16-bit internal UCS-2, big endian, Java network order |
| ff fe | UTF-16 for 16-bit internal UCS-2, little endian, Intel/Microsoft order |
| 00 00 fe ff | UTF-32 for 32-bit internal UCS-4, big-endian, Java network order |
| ff fe 00 00 | UTF-32 for 32-bit internal UCS-4, little endian, Intel/Microsoft order. |
Unfortunately, often applications, even Javac.exe, choke on these byte order marks. Java Readers don’t automatically filter them out. There is not much you can do but manually remove them.
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.16] | The information on this page is for non-military use only. | ||
| You are visitor number 10,703. | Military use includes use by defence contractors. | ||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/Mindprod website mirror) | ||
| http://mindprod.com/jgloss/bom.html | J:\mindprod\jgloss\bom.html | ||