Computer Science, asked by shagun6382, 6 months ago

convert 111101 binary to hexadecimal​

Answers

Answered by abdeenzainul530
1

Answer:

(111101)2 = (3D)16

Step by step solution

Step 1: Write down the binary number:

00111101

Step 2: Group all the digits in sets of four starting from the LSB (far right). Add zeros to the left of the last digit if there aren't enough digits to make a set of four:

0011 1101

Step 3: Use the table below to convert each set of three into an hexadecimal digit:

0011 = 3, 1101 = D

So, 3D is is the hexadecimal equivalent to the decimal number 111101.

To convert from binary to hexadecimal use the following table:

Similar questions