Converting Characters into Numbers

I’m trying find a way to take any alphanumeric sequence and convert the letters into numbers.

An example might be something like Door - 4151518, where the number represents it’s order in the alphabet. I’ve used the math expression node to some number conversions but nothing too fancy. Just looking to do some simple blueprint based encryption, or even something like ROT-13 - if it’s possible?