List of utility methods to do Decimal to Binary Convert
function dec2bin(dec) { return (dec >>> 0).toString(2);