System.SysUtils.TEncoding Properties
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. | 
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. | 
| EncodingName | public | Contains the name of the encoding. | 
| IsSingleByte | public | This boolean specifies whether the current encoding is of single-byte format. | 
| MIMEName | public | |
| Unicode | public | Returns an encoding for the UTF-16 format with little-endian byte order. | 
| UseBOM | public | Indicates when the GetPreamble method returns the encoding BOM sequence of bytes. | 
| UTF7 | public | Returns an encoding for the UTF-7 format. | 
| UTF8 | public | Returns an encoding for the UTF-8 format. |