This is an improvement on a previous project I made. In the old project, (https://scratch.mit.edu/projects/365379057/), the project could only support decimal and binary conversion. In this improvement, the project also supports Hexadecimal numbers. Hexademical is basically a more readable version of binary, in which 4 bits make 1 hexadecimal number. Links to the others: Binary adder: https://scratch.mit.edu/projects/844208908/ Negative numbers in binary: https://scratch.mit.edu/projects/838303966/ Floating Point Binary (Decimals in binary): https://scratch.mit.edu/projects/905155354/
As always, credits to Griffpatch for the text engine. Updates: 8/7/23: -Added a home button. (Inspired by @PlasmaScope so credits to him for remembering it when I didn't). -Added negative number converter, taken from my negative number converter. 10/7/23: -Bug fix: Changed hexadecimal code to allow for lower case letters. 9/10/23: -Changed code to allow for binary strings of lengths less than 8.