Tutorials Navigation
How to convert Binary numbers into Hexadecimal
Tutorial Name: How to convert Binary numbers into Hexadecimal
Category: PC Tutorials
Submitted By: Skittle
Date Added:
Comments: 2
Views: 3,251
Related Forum: PC Building Forum
Share:
In this tutorial I will show you how to convert Binary numbers into Hexadecimal, a shorthand for Binary.
Step 1
First, you need to get your Binary number, for this tutorial I will use the number 10010101
Step 2
You will now need to draw out your 8 column, 2 row Binary table, this is where you will figure out the Hexadecimal representation of the Binary number
It should look like this (the row in-between both of the sets of numbers is just to separate them for aesthetic purposes):
[ Register or Signin to view external links. ]
Step 3
Note:
8 digits of Binary is known as a Byte
1 digit of Binary is known as a Bit
4 digits of Binary (half of a Byte) is known as a Nibble
You will now need to input your 8-digit Binary number into the second row of the table, as two Nibbles:
[ Register or Signin to view external links. ]
Step 4
Now you will need to know the Letter values you will use in Hexadecimal, here is the number system:
[ Register or Signin to view external links. ]
The reason we use letters is because one Bit can only store 1 digit, so numbers like 10, 11, 12 etc cannot be stored as they are 2 digits. This is why we use single digit Letters.
Step 5
So now we can add up the numbers in the Binary table. We add up the numbers along the top that have a '1' on the bottom. We will do this one Nibble at a time:
[ Register or Signin to view external links. ]
8 + 1 = 9
The first Nibble of Binary can be represented as 9 in Hexadecimal
[ Register or Signin to view external links. ]
4 + 1 = 5
The second Nibble of Binary can be represented as 5 in Hexadecimal
So if we put these two Bits of data together, we can represent the Binary number 10010101 as 95 in Hexadecimal.
You may be wondering why there were no letters involved, this is because the Binary number was not large enough to need Letters in Hexadecimal, but just to make sure you understand this I will give another example:
[ Register or Signin to view external links. ]
[ Register or Signin to view external links. ]
8 + 4 + 1 = 13
We know that 13 equals D in Hexadecimal
[ Register or Signin to view external links. ]
8 + 2 + 1 = 11
We know that 11 equals B in Hexadecimal
So if we put these two Bits of data together, we can represent the Binary number 11011011 as DB in Hexadecimal.
We can check this by converting the two digits of Hexadecimal back into Denary (normal numbers):
D = 13
B = 11
We can now put this into a normal Binary table by splitting the numbers up into the 8, 4, 2 and 1 values:
[ Register or Signin to view external links. ]
The table is identical to the one we made earlier, this means we have done this correctly!
If you have any issues, or need any help feel free to PM me!
Ratings
Comments
Related Tutorials
- 01. Emulating Xbox 360 on PC for Running COD4 With Mods(3,490)
- 02. How to: Matrix Numbers | Batch File(1,902)
- 03. How to Password Protect Files on Windows(857)
- 04. How to play Socom 2/3/ and Combined Assault on PC(6,704)
- 05. Modern Warfare 2 Vac Ban Bypass Tutorial(6,132)
- 06. How to embed an image on TheTechGame(3,095)
- 07. [PC] NIOH 2 OTHER USER SAVE RESIGN(12,980)
- 08. Host bot lobbies! Full Tutorial!(11,239)
- 09. Unban yourself [Plutonium BO2](14,238)
- 10. Fall Guys - How to Change Your Name Color on Fall Guys(8,384)
- 11. Best Crosshair Settings for Valorant(6,524)
- 12. Othercide The Surgeon Boss Guide(2,537)
- 13. Othercide Remembrances Unlock Guide(4,459)
- 14. Othercide Beginners Tips and Tricks(2,707)
- 15. How to Fix Grounded Crashes, Loading Time, Low FPS and Other(4,841)
"How to convert Binary numbers into Hexadecimal" :: Login/Create an Account :: 2 comments