Default change = Decimal to Binary Press 0-9 keys if Decimal to Binary Press 0 and 1 if Binary to Decimal Press Left arrow to delete the back letter Press [X] button to delete the full number Press Like and Fav to be Happy and make me happy
All credit to Computer, or the device you are using. I made the logic and PC is doing all the Mathematics. -------------------------------------------------------------------- Logic of: If Decimal to Binary- Suppose I'm changing 12 to binary- 12/2 = 6 remainder 0 6/2 = 3 remainder 0 3/2 = 1 remainder 1 1/2 = 0 remainder 1 All the remainders from back = 1 1 0 0 1100 is binary code of 12 -------------------------------------------------------------------- Logic of: If Binary to Decimal- Suppose I'm changing 1100 to decimal- multiply each letter by 2 power of last position = 0 and its before = +1 1100= (1 × 2³) + (1 × 2²) + (0 × 2¹) + (0 × 2⁰) = (1 × 2 × 2 × 2) + (1 × 2 × 2) + (0) + (0) = 8 + 4 + 0 + 0 = 12