from string to buffer javascript code example Example: javascript string to buffer var buf = Buffer.from('abc'); console.log(buf.toString());