Returns the ascii number of the character C.
$asc(C)
//echo -a $asc(A) returns 65.
$chr returns the character of an ascii number.