kc-hex2str
v1.0.5
Published
[js] Translate hexadecimal to human-readable text.
Downloads
3
Readme
HEX2STR
[js] Translate hexadecimal to human-readable text.
Install
npm install kc-hex2str
Use
var hex2str = require('kc-hex2str');
var str = hex2str('00480065006c006c006f');
console.log(str);