I have a file which begins as below (hex from od -x <filename>
)
8fae 3800 7c00 2200 4300 6800 6100 7200
corresponding characters are
®8 | " C h a r
It was expected to be 8|"Char
, starting with number 8 and a pipe character and so on.
- Is the first two bytes
8fae
some kind of header or BOM? - Can I assume the encoding is UTF-16?