Ok, so I guess that once again, my mind reading powers were right...
What you want to know is most likely how to generate a correct serial for a certain name, for the software you mention.
First of all, you cannot just "convert" a name to a number. There are infinitely many ways to generate a serial from a name, and most of them do not include bignum-libraries for that matter. You must disassemble/debug your target program, and analyze the algorithm they use. If you're lucky and it's a bad design, you will also be able to fish a serial directly out of the memory of the program, without actually knowing anything about the algo.
I suggest you start reading tutorials about serial protections, serial fishing, keygenning and such, to get a better understanding about this topic.
I also strongly suggest that you read the FAQ for this board before posting again, so you don't happen to make a crack request and I'll have to delete your thread. Also, you shouldn't post the name of your target, so I edited it out in your post above.