Decimal to Any Number System Conversion

The following technique is used to convert a decimal number to any number system.

Technique

  • Divide by ‘X’, where ‘X’ is the base/radix of the number system
  • Keep track of the remainder
  • Repeat the process till the quotient becomes ‘0’
  • Collect the reminders from bottom to top

Decimal to Binary Conversion

Example: 12510 = ?2

Example of Decimal to Binary Conversion

Decimal to Octal & Decimal to Hexadecimal Conversion

Example: 123410 = ?8

Example of Decimal to Octal Conversion

Example: 123410 = ?16

Example of Decimal to Hexadecimal Conversion

For a detailed explanation, watch the following lecture video.

Previous           Table of Content           Next

Leave a Reply

Your email address will not be published. Required fields are marked *