How to Hexa-Decimal numbers to Binary ?
Explain it with a example too!!!
[ You may take this as example - "AE5C" ]
Data Representation !!!
Class 11 CBSE
Computer ....
Answers
Answered by
2
Hexadecimal to binary:
= > We need to convert each hexadecimal digit to a 4 - bit binary equivalent
Example:
(1) AE5C
= > 1010 1110 0101 1100
= > 1010111001011100.
(2) 1E3
= > 0001 1110 0011
= > 000111100011
Hope this helps!
= > We need to convert each hexadecimal digit to a 4 - bit binary equivalent
Example:
(1) AE5C
= > 1010 1110 0101 1100
= > 1010111001011100.
(2) 1E3
= > 0001 1110 0011
= > 000111100011
Hope this helps!
BrainlyHulk:
Thanks Bhaiya ☺♥
Similar questions