Convert between two bases that are anywhere between base-2 and base-64! INSTRUCTIONS: 1. Click on what base you want to begin with and what base your result will be in. If your base is not in the list, click on other and type it in(must be between 2 and 64) 2.Click on the left box and type what number you want to convert from. Use the bracket keys to move the box. 3. Click convert! 4. The result will appear in the other box. Click on it and use the bracket keys if you can't see the whole thing. CHARACTERS: 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz+/ Base 1/Unary is not available because of the time the code takes to calculate it. Base 64+ has not been implemented.
All by me! Yes, there are a lot of bugs and I'll fix them later. USING THE CODE: To use the code go into the convert sprite and take the Convert () from base-() to base-() block. Also, export the all digits list. You must give credit. IMPORTANT: DO NOT do operations on the converted numbers directly! Convert it to decimal, do the operation, and then convert it back. Scratch will automatically read all numbers as base-10. #Base #Numbers #Binary #Decimal #Octal #Hex #Hexadecimal