The byte-order mark (BOM) in HTML Question What is the byte-order mark, and what do I need to know about it when creating HTML? Answer What is a byte-order mark? A Byte Order Mark, sometimes abbreviated "BOM", is a special Unicode character intended to appear at the very beginning of a text file Its original purpose was to indicate the endianness of text that used the UTF-16 or UTF-32 character encodings of Unicode The Byte
Darstellungsprobleme durch das UTF-8-BOM Das BOM gibt diese Reihenfolge an Bei UTF-8 ist im Gegensatz dazu kein BOM erforderlich, denn dort gibt es nur eine mögliche Reihenfolge der Bytes Das BOM kann dennoch in UTF-8-codiertem Text auftreten, entweder als Nebenprodukt einer Umwandlung der Zeichencodierung oder weil es durch ein Editorprogramm hinzugefügt wurde