Tag Archives: dec to bin

How to Convert Decimal Number to Binary Numbers

Conversion from decimal number to binary number system is also essential to represent real-world quantities in terms of Binary values. The Sum-of-weights and repeated division by 2 methods are used to convert a decimal to Binary number. Sum of Weights Method  The  Sum-of-weights  method  used  to  convert  Binary  numbers  into  their  Decimal equivalent is based… Read More »

BCD – Decimal to Binary & Binary to Decimal Conversion Methods

What is decimal number system? The decimal number system has base 10. It uses the digits 0 to 9. What is number system? It is a system for representing numeric values or quantities using different symbols i.e. digits. What does base or radix mean? The number of digits (symbols) a number system use is called base or… Read More »