You have learn in previous lessons how to
In this lesson, you will learn how to perform conversions from one number system to another.
By the end of this lesson, you will be able to perform conversions from one number system to another.
Estimated duration : 45 min
The diagram below shows you an overview of the conversions between different number systems. Go to each respective video to view an example of the steps involved. Start with (1) Binary to Hexadecimal and (2) Binary to Octal as these are the 2 most straightforward.

Let's review what you have learn from the video.
Binary to Hexadecimal conversion
The basic steps in converting a binary number to hexadecimal is as follows:
Since we are converting to hexadecimal, separate the binary number into groups of 4
For each group, convert to hexadecimal
Let's look at an example.