Most encodings translate the 32 bit unicode characters to 8 bits, I say most since some encodings use more than one byte to represent some characters (e.g. UTF-8 which is a compressed encoding of ...
Module_02-Java-Fundamentals-Part-2 Topics is: Literals, Boolean Literals, Escape sequence, ASCII character sets, UNICODE characters, Octal value as char type, String Literals, Integers Literals, ...