Given a string of text, for example "Mañana", how can I encode it into a number and then decode that number back into the original string in JavaScript? The rea...