str-bits

Converts a string to binary

Usage no npm install needed!

<script type="module">
  import strBits from 'https://cdn.skypack.dev/str-bits';
</script>

README

strBits.js

Converts a string to a string of bits.

var strBits = require('str-bits');
strBits("Hello")
// => 0100100001100101011011000110110001101111