Charset description
US-ASCII Seven-bit ASCII, aka ISO646-US, aka the Basic Latin block of the Unicode character set
ISO-8859-1 ISO Latin Alphabet No. 1, aka ISO-LATIN-1
UTF-8 Eight-bit UCS Transformation Format
UTF-16BE Sixteen-bit UCS Transformation Format, big-endian byte order
UTF-16LE Sixteen-bit UCS Transformation Format, little-endian byte order
UTF-16 Sixteen-bit UCS Transformation Format, byte order identified by an optional byte-order mark
Link: http://docs.oracle.com/javase/7/docs/api/java/nio/charset/Charset.html
source
share