System.SysUtils.TBigEndianUnicodeEncoding Properties
From RAD Studio API Documentation
InheritedProtected
ANSI public On Windows, it returns the default ANSI code page; on Mac OS, it returns the Windows equivalent based on your country settings.
ASCII public Returns an encoding for the ASCII character set.
BigEndianUnicode public Returns an encoding for the UTF-16 format with big-endian byte order.
CodePage public Contains the encoding's codepage.
Default public On Windows, System.SysUtils.TEncoding.Default returns the default ANSI code page; on Mac OS, it returns UTF-8.
EncodingName public Contains the name of the encoding.
IsSingleByte public This boolean specifies whether the current encoding is of single-byte format.
Unicode public Returns an encoding for the UTF-16 format with little-endian byte order.
UTF7 public Returns an encoding for the UTF-7 format.
UTF8 public Returns an encoding for the UTF-8 format.