Hexadecimal

Why Trust Techopedia

What Does Hexadecimal Mean?

Hexadecimal is a base/positional number system used in mathematics and computer science. It has a base of 16 and uses 16 unique alpha-numeric symbols with the numbers zero to 9 to represent themselves and the letters A-F to represent the values 10 to 15.

Advertisements

Hexadecimal is an easier way to represent binary values in computer systems because they significantly shorten the number of digits, as one hexadecimal digit is equivalent to four binary digits.

Techopedia Explains Hexadecimal

Hexadecimals are used heavily in computer science and digital electronics as a means of representing binary code as a human-readable form.

A single hexadecimal digit represents four binary bits called a nibble, which is half of an octet (8 bits). Although the number progression for hexadecimal begins with 0 and ends in F, the counting is still very much the same as in decimal, which means that when the last possible number system is reached, the place value is incremented to the left, and the current value becomes zero. Following this rule in decimal, after 09 is 10, and in the same vein for hexadecimal, after 0F is 10.

An example of hexadecimal counting using two digits is as follows:

00 01 02 … 09 0A 0B 0C … 0F 10 11 12 … 19 1A 1B 1C … 1F 20

Advertisements

Related Terms

Margaret Rouse
Technology Specialist
Margaret Rouse
Technology Specialist

Margaret is an award-winning writer and educator known for her ability to explain complex technical topics to a non-technical business audience. Over the past twenty years, her IT definitions have been published by Que in an encyclopedia of technology terms and cited in articles in the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine, and Discovery Magazine. She joined Techopedia in 2011. Margaret’s idea of ​​a fun day is to help IT and business professionals to learn to speak each other’s highly specialized languages.