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