The app allows you to convert integers and non-integers between numbering systems based on 10, 2, 8 and 16.
DEC mode (decimal starting base)
0 to 99999999999.99999999999 (11 decimal places for both the whole and the non-whole part)
BIN mode (binary starting base)
0 to 1111111111111111111111111111111111.11111111111111111111111111111111111111 (36 bits for both the integer part and the non-integer part)
OCT mode (octal starting base)
0 to 777777777777.777777777777 (12 octal digits for both the whole and the non-whole part)
HEX mode (hexadecimal starting base)
0 to FFFFFFFFF.FFFFFFFFF (9 hexadecimal digits for both the whole and the non-whole part)
Functionality
The use of the app is easy and immediate
The number, corresponding to the selected base (default is the decimal one), is converted into the other bases as the number to be converted is changed
The number of symbols forming the number to be converted is gradually displayed to the left of the "paste" button
With a tap on the "paste" button you can acquire the contents of the clipboard on the Number field to be converted, with a long tap, the content of each text field is copied to the clipboard
It is possible to activate or deactivate the sounds and choose the color of the keys that allow you to enter the number to be converted (by default, the sounds are activated and the color of the keys is light gray # f0f0f0)