Skip to content
Novus Examples
txt238 B

UTF-16 BE Text (BOM)

A UTF-16 big-endian text file with a BOM (FE FF) and CRLF line endings — for testing wide-character decoding and byte-order detection.

Preview — first 4 linestxt
��Novus Examples   encoding stress fixture.

Accents: � � � � � �  Symbols: � � !"  � � �.

Free to use for any purpose.

Specifications

Encoding
UTF-16 BE with BOM
Line Endings
CRLF
Has BOM
true
Bytes
238

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.