Click the green flag. The scratch cat will convert your input to a number and back to a string. Comment if you find a bug. Currently doesn't do spaces or other characters. Added number support!
Basically what it does is it turns each letter into that number letter of the alphabet surrounded by 2 zeroes. It needs special handling for "j" and "t" because they are numbers 10 and 20 and the zeroes will screw up the reader. It also has special handling for numbers because its way of finding them is a little different. Feel free to use this in your projects, but please credit me. I think this has possible applications in cloud variables (which is the primary thing I designed it for) because they can only be numbers.