This is a binary encoder. Write any message and it will encode it into binary. Every item on the list is each letter in binary. This took an incredible amount of time to make so I hope that you enjoyed it :) If you don't know what binary is the computer language. Binary is made out of 1s and 0s(1=true 0=false). Here is "Hi" for example in binary: 0100100001101001. This will encode all letters and numbers, ? and !, ' and ",
Scratch can't detect the difference between lower and upper case so you're message will be translated completely in lowercase, even if you put upper-case letters. Want a decoding challenge? Try to decode this: "00110110001101000011001100110010001101100011100000110110010001100011010100111001001101100100010000110110001101110011011000110111001101100011010100110100001101110011011100110000001101110100000100110110001101010011011001000100001101110011001100110110001101110011010101000001001101100011011100110011010001000011001101000100" This code word has been encrypted 4 times with different encryptors. Good luck!