wire / magic / utf8-bom

UTF-8 BOM (EF BB BF)

A UTF-8 byte-order mark is the 3-byte sequence 0xEF 0xBB 0xBF — the UTF-8 encoding of U+FEFF. It carries no endianness for UTF-8; it serves only as a signature that the following text is UTF-8. Unicode does not recommend its use and many tools treat it as optional/undesirable.

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

aka: UTF-8 BOM · U+FEFF · EF BB BF · byte order mark

file signature

magic: EF BB BF @ offset 0

ascii: \xef\xbb\xbf

.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/utf8-bom or /magic/utf8-bom.json