Subject | English | Thai |
comp., MS | byte order | ลำดับไบต์ (The processor memory architecture in which bytes of data (typically, integer values) are stored. The two most common orders are: little endian (least significant byte is placed first) and big endian (most significant byte is placed first)) |
comp., MS | byte order mark | เครื่องหมายการจัดลำดับไบต์ (A Unicode character used to indicate that text is encoded in UTF-8, UTF-16 or UTF-32) |
comp., MS | double-byte characters | อักขระแบบสองไบต์ (A set of characters in which each character is represented by two bytes. Some languages, such as Japanese, Chinese, and Korean, require double-byte character sets) |
comp., MS | single-byte character set | ชุดอักขระแบบไบต์เดี่ยว (A character encoding in which each character is represented by 1 byte. Single byte character sets are mathematically limited to 256 characters) |