Example usage for Java java.nio.charset StandardCharsets fields, constructors, methods, implement or subclass
The text is from its open source code.
Charset | US_ASCII Seven-bit ASCII, also known as ISO646-US, also known as the Basic Latin block of the Unicode character set. |
Charset | ISO_8859_1 ISO Latin Alphabet No. |
Charset | UTF_8 Eight-bit UCS Transformation Format. |
Charset | UTF_16BE Sixteen-bit UCS Transformation Format, big-endian byte order. |
Charset | UTF_16LE Sixteen-bit UCS Transformation Format, little-endian byte order. |
Charset | UTF_16 Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark. |