The document discusses the hexadecimal system and how to convert between binary and hexadecimal representations. It defines the hexadecimal system which uses 16 digits: 0-9 and A-F to represent values. Binary numbers can be shortened by converting groups of 4 binary digits to a single hexadecimal digit. An example shows taking a long binary number, dividing it into groups of 4 bits, converting each group to hexadecimal, and joining the results to get the shortened hexadecimal representation. Converting back from hexadecimal to binary works in the reverse manner.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
85 views5 pages
Microsoft Powerpoint Presentation
The document discusses the hexadecimal system and how to convert between binary and hexadecimal representations. It defines the hexadecimal system which uses 16 digits: 0-9 and A-F to represent values. Binary numbers can be shortened by converting groups of 4 binary digits to a single hexadecimal digit. An example shows taking a long binary number, dividing it into groups of 4 bits, converting each group to hexadecimal, and joining the results to get the shortened hexadecimal representation. Converting back from hexadecimal to binary works in the reverse manner.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5
Definition of hexadecimal system ...............................
PPT-Whiteboard Convert from binary into hex-system...Whiteboard Convert from hex into binary system....Whiteboard Conclusion .............Exercise-PPT-Whiteboard
Hexadecimal system and conversion into Binary
and vice versa
and
as you know already. And one digit
(0 or 1) is also called: a Bit
Hexadecimal system and conversion into
Binary and vice versa
Binaries are very long and hard to remember but
there is a great idea So, If you want to read or write binary numbers quicker use hex-numbers. Hex-System. Advantage of the Hex-System: You can shorten a long binary number into a hex number.
Hexadecimal system and conversion into Binary
and vice versa In the Hex System we have not 10 digits not 2 digits but 16 digits: 0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F A ..F, now they are not letters but numbers! Whene you DistinguishHex number then write 1011016 4
Explanation with an example:
You have the binary number: 01001001110011011110001101 Step 1:
Divide the number in groups of four,
beginning from the right side: 0001.1010.0111.0011.1111.1000.1101
Step 2:
Change the groups separately (table!) from bin to hex:
And the vice versa conversion is possible as well !