Universal Character Set-2 is an early version of Unicode that has been superseded by the Unicode UTF-16 standard
UCS-2 is limited to 65.535 characters and produces a fixed-length format by simply using the code point as the 16-bit code unit
In UCS-2 each character is represented by 16 bits or 2 bytes. (The number 2 in UCS-2 indicates 2 bytes.)
For example:
Uppercase A is represented by 0041. This encoding is no longer sufficient and has been superseded by the UTF-16 encoding.
UCS-2 was superseded by UTF-16 in version 2.0 of the Unicode standard in July 1996.
Read more