Binary to Hexadecimal

Please input binary values for conversion into hexadecimal.

Base 2


How to Convert Binary to Hexadecimal

To convert binary to hexadecimal, you first need to convert it to a decimal number and then convert the decimal number to hexadecimal notation.

Conversion Steps:

  1. Start with your binary representation. For example, let's use the binary number 1101101.
  2. Convert the binary number to decimal. In this case, 1101101 in binary is equal to 109 in decimal.
  3. Convert the decimal number to hexadecimal. The decimal number 109 is equivalent to 6D in hexadecimal notation.

That's it! You've successfully converted binary to hexadecimal.