Convert from Text to Decimal

Convert from Text to Decimal

The relationship between ASCII encoded text and the dec value of the characters is described in the ASCII table. It descripes the mapping between each character and a 7 bit value, with will be converted to dec.

Example: M => decimal
M => 77 (with ASCII Table)