List of utility methods to do Number to Char Convert
Number.prototype.ChrW = function() { return String.fromCharCode(this); };