$ npm install string-to-binary
A simple utility library to convert an ascii string to a binary string representation.
require('string-to-binary')("hello world");
npm i string-to-binary