Javascript Number dec2bin()
bin()
Number.prototype.dec2bin = function(){ return (~~this).toString(2); }