The easiest way to convert from Hex<=>Binary, Binary<=>Octal, Decimal<=>Octal, and more!

What you will learn

Convert Decimal<=>Binary

Convert Decimal<=>Hex

Convert Hex<=>Binary

Convert Hex<=>Octal

Convert Decimal<=>Octal

Fractional conversion from Decimal<=>Binary

Description

Number systems are a common math and computer science topic. This course is about mastering conversion between 4 common number systems: Decimal, Binary, Octal and Hexadecimal.

Number System Conversion The Easy Way!

  • Convert Decimal<=>Binary
  • Convert Decimal<=>Hex
  • Convert Hex<=>Binary
  • Convert Hex<=>Octal
  • Convert Decimal<=>Octal
  • Fractional conversion from Decimal<=>Binary

In this course, I teach and show through example how to easily convert between Binary (base 2), Octal (base 8), Decimal (base 10), and Hexadecimal (base 16). We start by counting in base-n, and get a feel for what counting in a base-n system really means. You will understand how a base-n system only has n digits to count with (for example, in Decimal there are only 10 digits), and how we can reach higher numbers after using up those 10 digits.


Get Instant Notification of New Courses on our Telegram channel.


Through these lectures, we explore the special relationship between Hexadecimal and Binary (a hex digit is really four binary digits), and Octal and Binary (an octal digit is really 3 binary digits). Binary is really the star of this course. We spend some time in the course exploring these relationships between Octal and Binary and Hexadecimal and Binary. In the Hexadecimal to Octal lecture, I show how the computation can be made super easy by using Binary as an intermediate conversion step. You’ll wonder how you managed these conversions without this technique! You probably won’t learn an easier method!

We also cover conversion from fractional Decimal numbers to fractional Binary. You will probably find it surprisingly easy!

Conversions between number systems almost always show up on computer science tests. You want to be able to breeze through these conversions quickly, easily, and correctly. If you enjoy math, you’ll find this course a nice leisurely exercise. After this course, you will walk away from this course a master of number system conversion. You will feel very comfortable converting between each of Decimal, Hex, Octal and Binary.

English
language

Content

Hex, Binary, Decimal and Octal

Counting in base-n
Converting Decimal to Binary, and vice versa
Converting Binary to Hex, and vice versa
Converting Decimal to Hex, and vice versa
Converting Binary to Octal, and vice versa
Converting Decimal to Octal, and vice versa
Fractional Decimal to Fractional Binary
Review: Binary as an intermediate step