wire / magic / utf16-bom-le

UTF-16 LE BOM (FF FE)

A UTF-16 little-endian byte-order mark is the 2-byte sequence 0xFF 0xFE — the LE serialization of U+FEFF. The reversed order 0xFE 0xFF signals UTF-16 big-endian. The BOM lets a decoder pick the byte order of the following UTF-16 text.

magic kind signature status standard verification verified tier B file-signature@1

aka: UTF-16 BOM · UTF-16LE BOM · FF FE · byte order mark

file signature

magic: FF FE @ offset 0

ascii: \xff\xfe

.txt text/plain

spec: The Unicode Standard (U+FEFF byte order mark)


provenance

see also

agent: curl -H 'accept: application/json' wire.phall.io/magic/utf16-bom-le or /magic/utf16-bom-le.json