//CODED var uncoded = 'Hello World!', array = uncoded.match(/[\w\s]/gi), i = array.length; while(i--) { array[i] = array[i] == ' ' ? 32 : array[i].charCodeAt(0); } alert(array);
String.fromCharCode(coded[j])