hexadecimal

hexadecimal
  • tính từ
    • thuộc hệ thống số có cơ sở là 16

Lĩnh vực: xây dựng
 thập lục phân
  • hexadecimal notation: biểu diễn thập lục phân
  • hexadecimal notation: ký pháp thập lục phân
  • hexadecimal system: hệ thập lục phân

  • Xem thêm: hex



    hexadecimal

    Từ điển WordNet

      adj.

    • of or pertaining to a number system having 16 as its base; hex

    Microsoft Computer Dictionary

    adj. Using 16 rather than 10 as the base for representing numbers. The hexadecimal system uses the digits 0 through 9 and the letters A through F (uppercase or lowercase) to represent the decimal numbers 0 through 15. One hexadecimal digit is equivalent to 4 bits, and 1 byte can be expressed by two hexadecimal digits. For example, binary 0101 0011 corresponds to hexadecimal 53. To prevent confusion with decimal numbers, hexadecimal numbers in programs or documentation are usually followed by H or preceded by &, $, or 0x. Thus, 10H = decimal 16; 100H = decimal 162 = decimal 256. Equivalents and conversion tables for binary, decimal, hexadecimal, and octal numbers are given in Appendix E. Also called: hex.