This site uses cookies. Only cookies that are necessary for the site to
work or to remember your settings (like language) are used. This site does
not use any tracking cookies.
Learn more about our terms and conditions.
...those that can read binary and those who can not. Yeah, an old joke, we know. In any case, let us find out in which group you belong! This task is recommended to do with pen and paper, since that helps with getting better understanding of binary numbers. There are some binary numbers below:
In this exercise you turn hexadecimal numbers into binary numbers. Below there is a group of base 16 numbers and your task is to magic them into binaries. It is probably easiest to do it one digit at a time if you remember that 0...f is 0000...1111 in binary. Remember also the leading zero bits! Also this exercise is recommended to do with the use of pen and paper.
When debugging low-level programs, the values are often represented in hexadecimal or binary. Let's practice converting numbers between binary, decimal, and hexadecimal! Every case has to be converted correctly only once.
Hint: One can complete these exercises with Python, if one desires.