character to ascii in js

JavaScript
'a'.charCodeAt(0)//returns 97, where '0' is the index of the string 'a'
Source

Also in JavaScript: