Changes

Jump to: navigation, search
Method 2: Decimal to Binary
[[Image:decimal-to-bin.png|thumb|right|275px|Performing a '''decimal''' to '''binary''' conversion.]]
When converting '''decimal''' numbers to '''binary''' numbers, perform the following steps:<br><br>
# On the left side, write Write down the '''decimal number''' to be converted.# Far to On the right-side, write the number '''number 1''' and while moving '''leftwards''', '''double keep doubling the numbers until that numberis ''' until that number is NOT greater than ''' the decimal number to be converted (refer to the diagramon the right).<br>
# If you are converting to 8-bit, 32-bit, etc., enter '''leading zeros''' if those doubled numbers are '''greater than''' the decimal number.<br>
# Moving in a '''rightwards''' direction, if the doubled number '''less''' than the decimal number, write a '''1''' and subtract the double number's value from the decimal number.<br>
13,420
edits

Navigation menu