Constant definitions for the standard charsets. These charsets are guaranteed to be available on every implementation of the Java platform.
ISO Latin Alphabet No. 1, a.k.a. ISO-LATIN-1.
Seven-bit ASCII, a.k.a. ISO646-US, a.k.a. the Basic Latin block of the Unicode character set.
Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark.
Sixteen-bit UCS Transformation Format, big-endian byte order.
Sixteen-bit UCS Transformation Format, little-endian byte order.
32-bit Unicode (or UCS) Transformation Format, byte order identified by an optional byte-order mark
32-bit Unicode (or UCS) Transformation Format, big-endian byte order.
32-bit Unicode (or UCS) Transformation Format, little-endian byte order.
Eight-bit UCS Transformation Format.
Thanks for your feedback!