Instructions. 1. Press key 'e' to convert a number in decimal(regular number) into a number encoded in a base(mode 1) OR press key 'd' to convert a number already encoded in a base to a number in decimal(regular number) (mode 2) 2. If selected mode is 2 please enter the number in its encoded base else enter a decimal number. 3. If mode is 2 please enter the base the encoded number is in. If mode is 1 please enter the base you would like to convert this decimal number to. 4. Your result will be shown in the variable 'result'(found at bottom-left corner of screen) 5. Also if you want to copy your result press key 'c'. A list will appear with input and output. Double-click the output number and right click(control-click for Mac users) and click copy OR press Ctrl-C to copy.
This program works by realising the remainders of the number when converted into different bases. All the variables shown on screen are used. Inside you will find two simple scripts that convert numbers into different bases and vice versa.