@oceanbit/hextobinary

Convert a HEX number to binary easily

Usage no npm install needed!

<script type="module">
  import oceanbitHextobinary from 'https://cdn.skypack.dev/@oceanbit/hextobinary';
</script>

README

Hex to Binary

A CLI utility for converting hex numbers to binary

Install

npm i -g @oceanbit/hextobinary

Use

You can either specify the numerical input as a command line argument or pipe the number (preferred).

hextobinary f2

or

echo "f2" | hextobinary