How I Convert Binary Numbers into Decimal Numbers.

Hello Guys!

I want to share with you today, how I learned to Convert the Decimal Numbers into Binary Numbers (This article is especially for whom don’t understand the Binary Number).

For example for Decimal (3) in Binary you write it like (011) but it’s easier for you to say it like (110), (make sure to write it start to the right and go to the left).

So, now to translate the Binary Number 011, how to do that?

(Bold number are the Binary number)

(0* 2^2) + (12^1) + (12^0) = 0 + 2 + 1 = 3

0*2^2 = 0 because 0^ any numbers is equal to 0

1*2^1 = 2 because 2^1 is equal to 2 and 2 time 1 is equal to 2

1*2^0 = 1 because 2^0 is equal to 1 because ^0 is always equal to 1, and 1 time 1 equals 1.

Here the table of Binary Powers, from 2^0 through 2^9, with the Binary Values:

Binary Powers29282726252423222120
Binary Values5122561286432168421

Like a said, like me if you read it like you read Decimal, always read right to left, and always start with the first number by 2^0 the next one 2^1, 2^2 … etc.

I don’t know if it’s really clear (pardon my English). But when I understood that I was able to understand Binary Numbers.

Thank you for reading me, share the article if you think it can help someone that you know.

Leave a comment

Create a website or blog at WordPress.com

Up ↑

Design a site like this with WordPress.com
Get started