The first two bytes of a UTF document indicates what the endianness is of the file.
- Little Endian (less significant byte first) `0xFEFF`
- Big Endian (most significant byte first) `0xFFFE`
https://en.wikipedia.org/wiki/Byte_order_mark
https://en.wikipedia.org/wiki/UTF-16