Convert Ascii value in tag to String

Where ever you are using the value, in a script you can just use the chr() function to convert the value over to the Ascii character.

asciiString = chr(system.tag.readBlocking(['yourTagPath'][0].value)