Skip to content
Novus Examples
txt464 B

UTF-32 LE Text (BOM)

A UTF-32 little-endian text file with a BOM (FF FE 00 00) — four bytes per code point, for testing full-width Unicode decoders and byte-order handling.

Preview — first 4 linestxt
��Novus Examples   encoding stress fixture.
Accents: � � � � � �  Symbols: � � "! �  � �.
Free to use for any purpose.

Specifications

Encoding
UTF-32 LE with BOM
Line Endings
LF
Has BOM
true
Bytes
464

What is a .txt file?

TXT is a plain-text file containing unformatted character data with no styling or structure beyond line breaks. Its interpretation depends on character encoding, most commonly UTF-8, and on line-ending convention. It is the most universal and portable text container.

How to use this file

Use an example TXT to test encoding detection, line-ending (LF versus CRLF) handling, and any tool that reads or streams raw text input.

Generated by generation/text_encoding.py. Free for any use, no attribution required — license.