js convert order to char

JavaScript
String.fromCharCode(65,66,67); // returns 'ABC'

Source

Also in JavaScript: