i have a string as below

string s =[104, 105, 103];

i want to extract the integer values and show it as character in Ascii format e.g

104=h
105=i
103=g