Binary Number System

Prabhu TL
1 Min Read
Disclosure: This website may contain affiliate links, which means I may earn a commission if you click on the link and make a purchase. I only recommend products or services that I personally use and believe will add value to my readers. Your support is appreciated!


Characteristics of binary number system are as follows:

●      Uses two digits, 0 and 1.

●      Also called base 2 number system

●      Each position in a binary number represents a 0 power of the base (2). Example 20

●      Last position in a binary number represents a x power of the base (2). Example 2x where x represents the last position – 1.

Example

Binary Number : 101012

Calculating Decimal Equivalent:

StepBinary NumberDecimal Number
Step 1101012((1 x 24) + (0 x 23) + (1 x 22) + (0 x 21) + (1 x 20))10
Step 2101012(16 + 0 + 4 + 0 + 1)10
Step 31010122110

Note : 101012 is normally written as 10101.

Share This Article
Prabhu TL is a SenseCentral contributor covering digital products, entrepreneurship, and scalable online business systems. He focuses on turning ideas into repeatable processes—validation, positioning, marketing, and execution. His writing is known for simple frameworks, clear checklists, and real-world examples. When he’s not writing, he’s usually building new digital assets and experimenting with growth channels.
Leave a review