Decimal Number System

In the number system, each number is represented by its base. If the base is 2 it is a binary number, if the base is 8 it is an octal number, if the base is 10, then it is called decimal number system and if the base is 16, it is part of the hexadecimal number system. The conversion of decimal numbers to any other number system is an easy method. But to convert other base number systems into decimal numbers requires practice. In this article, let us learn more on the decimal number system and the conversion from a decimal number system to other systems here in detail.

Table of Contents:

What is the Decimal Number System?

In the decimal number system, the numbers are represented with base 10. The way of denoting the decimal numbers with base 10 is also termed as decimal notation. This number system is widely used in computer applications. It is also called the base-10 number system which consists of 10 digits, such as, 0,1,2,3,4,5,6,7,8,9. Each digit in the decimal system has a position and every digit is ten times more significant than the previous digit. Suppose, 25 is a decimal number, then 2 is ten times more than 5. Some examples of decimal numbers are:-

(12)10, (345)10, (119)10, (200)10, (313.9)10

A number system which uses digits from 0 to 9 to represent a number with base 10 is the decimal system number. The number is expressed in base-10 where each value is denoted by 0 or first nine positive integers. Each value in this number system has the place value of power 10. It means the digit at the tens place is ten times greater than the digit at the unit place. Let us see some more examples:

(92)10 = 9×101+2×100

(200)10 = 2×102+0x101+0x100

The decimal numbers which have digits present on the right side of the decimal (.) denote each digit with decreasing power of 10. Some examples are:

(30.2)10= 30×101+0x100+2×10-1

(212.367)10 = 2×102+1×101+2×100+3×10-1+6×10-2+7×10-3

Also, read:

Conversion From Other Bases to Decimal Number System

Let us see here how in number system conversion, we can convert any other base system such as binary, octal and hexadecimal to the equivalent decimal number.

Binary to Decimal

In this conversion, a number with base 2 is converted into number with base 10. Each binary digit here is multiplied by decreasing power of 2. Let us see one example:

Example: Convert (11011)2 to decimal number.

Solution: Given (11011)2 a binary number.

We need to multiply each binary digit with the decreasing power of 2. That is;

1×24+1×23+0x22+1×21+1×20

=16+8+0+2+1

=27

Therefore, (11011)2 = (27)10

Octal to Decimal

In this conversion, a number with base 8 is converted into number with base 10. Each digit of octal number here is multiplied by decreasing power of 8. Let us see one example:

Example: Convert 1218 into the equivalent decimal number.

Solution: Given (121)8 is an octal number

Here, we have to multiply each octal digit with the decreasing power of 8, such as;

1×82+2×81+1×80

=64+16+1

=81

Hexadecimal to Decimal

In this conversion, a number with base 16 is converted into number with base 10. Each digit of hex number here is multiplied by decreasing power of 16. Let us understand with the help of an example:

Example: Convert 1216 into a decimal number.

Solution: Given 1216

Multiply each digit with decreasing power of 16 to obtain an equivalent decimal number.

1×161+2×160

=16+2

=18

Decimal Number System to Other Bases

Earlier we learned about converting other base number systems into a decimal number, Here we will learn how to convert a decimal number into different base numbers. Let us see one by one.

Decimal to Binary

To convert a decimal number into an equivalent binary number we have to divide the original number system by 2 until the quotient is 0, when no more division is possible. The remainder so obtained is counted for the required number in the order of LSB (Least significant bit) to MSB (most significant bit). Let us go through the example.

Example: Convert 2610 into a binary number.

Solution: Given 2610 is a decimal number.

Divide 26 by 2

26/2 = 13 Remainder →0 (MSB)

13/2 = 6 Remainder →1

6/2 = 3 Remainder →0

3/2 = 1 Remainder →1

½ = 0 Remainder →1 (LSB)

Hence, the equivalent binary number is (11010)2

Decimal to Octal

Here the decimal number is required to be divided by 8 until the quotient is 0. Then, in the same way, we count the remainder from LSB to MSB to get the equivalent octal number.

Example: Convert 6510 into an octal number.

Solution: Given 6510 is a decimal number.

Divide by 8

65/8 = 8 Remainder →1 (MSB)

8/8 = 1 Remainder →0

⅛ = 0 Remainder →1 (LSB)

Hence, the equivalent octal number is (101)8

Decimal to Hexadecimal

The given decimal number here is divided by 16 to get the equivalent hex. The division of the number continues until we get the quotient 0.

Example: Convert 12710 to a hexadecimal number.

Solution: Given 12710 is a decimal number.

Divide by 16

127/16 = 7 Remainder →15

7/16 = 0 Remainder → 7

In the hexadecimal number system, alphabet F is considered as 15.

Hence, 12710 is equivalent to 7F16

To learn more on number system and other Maths-related concepts, visit BYJU’S – The Learning App and download the app to learn with ease.

Quiz on Decimal Number System
close
close

Play

&

Win