Get your own Node server
var buf = Buffer.from('abc');
console.log(buf);

              
<Buffer 61 62 63>