Click on the calculator. Input a Decimal Number (eg. 12, 462, 7...) and you will receive the Binary result of the input (eg. 1100, 111001110, 111...) Max number 2057151 See below for how it works. A list of numbers from 1 to 2^20 is kept, along with another list that goes 1,10,100,1000,10000 and so on. when you input your number, it rounds the answer down to the nearest number in the first list (12 would become 8) Then, it goes through all the numbers in the first list smaller than eg. 12, and if that number+rounded number form the start >! input, add it on and add the corresponding item on the second list to the result, and repeat until the result is correct.
Pls do not remix and NO ADVERTISING!