48.3k views
5 votes
Express the following 48-bit binary MAC address in hexadecimal 11101100 – 00100111 – 10111001 – 11010101 – 01101111 – 10100011

2 Answers

1 vote

Answer:

EC - 27 - B9 - D5 - 6F - A3.

Explanation:

11101100 Break these up in sets of 4 from the right:

= 1110 1100 Now convert each 4 digit part to hexadecimal:

= E C

= EC

00100111 In a similar way this is:

27

10111001 = B9

11010101 = D5

01101111 = 6F

10100011 = A3.

User Ryan Miller
by
4.8k points
3 votes

Answer:

EC - 27 - B9 - D5 - 6F - A3

Explanation:

Formula : (11101100)2 = (EC)16 = ECh

User Kev Ritchie
by
5.3k points