Test filesDocuments › utf8-with-bom.txt

Sample TXT file

UTF-8 with a leading BOM (EF BB BF).

↓ Download utf8-with-bom.txt
Filenameutf8-with-bom.txt
FormatTXT
Size102 bytes (102 bytes)
MIME typetext/plain; charset=utf-8
SHA-256ac0d490b3c84d5f8e830a7860f3f9c96846a92021d9b124a97bef0cfd021391d
What this file catchesParsers that treat the BOM as content — the classic cause of a stray "" before the first CSV header and of JSON.parse failing on a file that looks perfectly valid in an editor.

Download & verify

curl -fsSL -o "utf8-with-bom.txt" "https://files.hexaqa.com/text/utf8-with-bom.txt"
curl -fsSL "https://files.hexaqa.com/text/utf8-with-bom.txt" | sha256sum # expect: ac0d490b3c84d5f8e830a7860f3f9c96846a92021d9b124a97bef0cfd021391d

More documents test files

corrupt-xref.pdfempty-zero-pages.pdfno-text-layer.pdftruncated.pdfvalid-1page.pdfvalid-500pages.pdflatin1.txtline-endings-crlf.txt

← All Documents files