This small tool is built using React and bignumber.js. It converts numbers (integers and fractions) between radix 2 to 36. Intuitively, we have "a" mapped to decimal "10", "b" mapped to decimal "11", and all the way down "z" mapped to decimal "35".
JSBI is used to ensure cross browser compatibility.
npm run startstarts the development server.npm run buildcreates a production build.