0%

ALL meanings of hexadecimal

hex·a·dec·i·mal
H h
  • adjective hexadecimal Also, hex. of or relating to a numbering system that uses 16 as the radix, employing the numerals 0 through 9 and representing digits greater than 9 with the letters A through F. 1
  • adjective hexadecimal relating to or encoded in a hexadecimal system, especially for use by a digital computer. 1
  • adjective hexadecimal relating to a number system based on 16 1
  • noun hexadecimal sixteenth 1
  • noun Technical meaning of hexadecimal (mathematics)   (Or "hex") Base 16. A number representation using the digits 0-9, with their usual meaning, plus the letters A-F (or a-f) to represent hexadecimal digits with values of (decimal) 10 to 15. The right-most digit counts ones, the next counts multiples of 16, then 16^2 = 256, etc. For example, hexadecimal BEAD is decimal 48813: Hexadecimal is more succinct than binary for representing bit-masks, machines addresses, and other low-level constants but it is still reasonably easy to split a hex number into different bit positions, e.g. the top 16 bits of a 32-bit word are the first four hex digits. The term was coined in the early 1960s to replace earlier "sexadecimal", which was too racy and amusing for stuffy IBM, and later adopted by the rest of the industry. Actually, neither term is etymologically pure. If we take "binary" to be paradigmatic, the most etymologically correct term for base ten, for example, is "denary", which comes from "deni" (ten at a time, ten each), a Latin "distributive" number; the corresponding term for base sixteen would be something like "sendenary". "Decimal" is from an ordinal number; the corresponding prefix for six would imply something like "sextidecimal". The "sexa-" prefix is Latin but incorrect in this context, and "hexa-" is Greek. The word octal is similarly incorrect; a correct form would be "octaval" (to go with decimal), or "octonary" (to go with binary). If anyone ever implements a base three computer, computer scientists will be faced with the unprecedented dilemma of a choice between two *correct* forms; both "ternary" and "trinary" have a claim to this throne. 1
  • noun hexadecimal Relating to or using a system of numerical notation that has 16 rather than 10 as its base. 1
  • adjective hexadecimal relating to or using a number system whose base is 16 rather than 10 0
  • noun hexadecimal a number system having a base 16; the symbols for the numbers 0–9 are the same as those used in the decimal system, and the numbers 10–15 are usually represented by the letters A–F. The system is used as a convenient way of representing the internal binary code of a computer 0
  • adjective hexadecimal designating or of a number system in which the base used is 16 0
  • noun hexadecimal (Uncountable Noun) (arithmetic, computing) A number system with base 16, using the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F, useful in computing as a hexadecimal digit can represent four bits, half a standard byte. 0
  • noun hexadecimal (Countable Noun) (computing) A number expressed in the hexadecimal system. 0
  • adjective hexadecimal Of a number, expressed in hexadecimal. 0
Was this page helpful?
Yes No
Thank you for your feedback! Tell your friends about this page
Tell us why?