Welcome to the TechSpot OpenBoards. Please read the FAQ if you have any questions. Sign up or Login to participate.
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
|
|||||||
Collaborate in the cloud with Office, Exchange, SharePoint, and Lync
Hexadecimal
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
|
Hexadecimal
Hi, can anyone tell me why computers use hexadecimal.
Cheers Mark |
|
#2
|
|||
|
|||
|
The main reason why we use hexadecimal numbers is because it is much easier to express binary number representations in hex than it is in any other base number system. Computers do not actually work in hex, they work in bits (ones and zeros)
Each hexadecimal digit represents four binary bits, and typically 8 bits is one Byte More info here: http://digiassn.blogspot.com/2006/02...xadecimal.html So instead of saying: 101101101001010001010, it is much easier to say: 16d28a in hexadecimal Free calculator here: http://calculators.mathwarehouse.com...naryCalculator Here's a simple graph ![]()
|
|
#3
|
|||
|
|||
|
Hi Kimsland and many thanks again for your help
Mark |



