in reply to How do I convert each character in a string to its ASCII value ?
printf "%vd", "This is a test"; [download]