Im searching for way to convert decimal value to text
eg.) it's from a html file source
String.fromCharCode(65,66,67)
65 means A
66 = B
67 = C
I need a tool or decoding scripts can do this.
convert 65 66 67 to ABC... etc.
is there any tool or scripts can do this? thanks.
eg.) it's from a html file source
String.fromCharCode(65,66,67)
65 means A
66 = B
67 = C
I need a tool or decoding scripts can do this.
convert 65 66 67 to ABC... etc.
is there any tool or scripts can do this? thanks.
