I would like to encode a string as a number and retrieve the original string from that number with another function. It only needs to support ascii characters between 0 and 255, not unicode. The number can be integer or float.I would like to encode a string as a number and