Using ASCII, only a character set with 256 characters can be used to describe the alphanumeric characters for output. The range from 0 to 255 is used because it represents the size of one byte: 8 ones/zeros in computer terminology.Languages such as Chinese, Korean and Japanese use special characters, require more than 256 characters and so need more than one byte. A multi-byte character is required. |