DEC2BIN(number[,places])
DEC2BIN function converts a decimal number to a binary number. places is an optional field, specifying to zero pad to that number of spaces.
DEC2BIN(42) equals 101010.
BIN2DEC, DEC2OCT, DEC2HEX.