Skip navigation

Decimal to binary number conversion

This program will do the following:
  • Convert given decimal number into its digital form
  • Convert negative numbers to positive before calculating.
  • Round decimal numbers to the nearest whole number before calculating. (3.14159 = 3)
  • Work for very large numbers!! Any number less than or equal too: 4294967296 (32bits)

Input a number to convert it to binary and then click the "Calculate" button.





Background: