Subject | English | Polish |
comp., MS | ANSI character set | zestaw znaków standardu ANSI (An 8-bit character set used by Microsoft Windows that allows you to represent up to 256 characters (0 through 255) by using your keyboard. The ASCII character set is a subset of the ANSI set) |
comp., MS | ASCII character set | zestaw znaków ASCII (A standard 7-bit code for representing ASCII characters using binary values; code values range from 0 to 127. Most PC-based systems use an 8-bit extended ASCII code, with an extra 128 characters used to represent special symbols, foreign-language characters, and graphic symbols) |
comp., MS | character set | zestaw znaków (A grouping of alphabetic, numeric, and other characters that have some relationship in common. For example, the standard ASCII character set includes letters, numbers, symbols, and control codes that make up the ASCII coding scheme) |
comp., MS | double byte character set | zestaw znaków dwubajtowych (A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS) |
comp., MS | double-byte character set | zestaw znaków dwubajtowych (A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS) |
comp., MS | multibyte character set | zestaw znaków wielobajtowych (A mixed-width character set, in which some characters consist of more than 1 byte. An MBCS is used in languages such as Japanese, Chinese, and Korean, where the 256 possible values of a single-byte character set are not sufficient to represent all possible characters) |
comp., MS | single-byte character set | SBCS (A character encoding in which each character is represented by 1 byte. Single byte character sets are mathematically limited to 256 characters) |