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
Decimal to Octal & Decimal to Hexadecimal Conversion
Example: 123410 = ?8
Example: 123410 = ?16
For a detailed explanation, watch the following lecture video.
Previous Table of Content Next