How to convert Hexadecimal to Binary ? Bit Manipulation

Опубликовано: 18 Октябрь 2024
на канале: Firmware
374
9

A quick look into the concept of converting Hexadecimal number to Binary number.
To convert a Hexadecimal number to its binary form, we first convert it to Decimal number 1 symbol at a time, and then convert the decimal number to its 4 bit binary form. With practice, you will be able to skip the step of converting Hex to Decimal, and directly start converting Hex digits to its 4 bits binary form.

See Bit Manipulation Interview Preparation Series here:
   • Bit Manipulation Interview Series  

You could follow us on Facebook and Instagram:
Facebook :   / firmwarecode  
Instagram :   / firmwarecode  

#BitManipulation #BitAlgorithms