OCT2BIN(number[,places])
OCT2BIN function converts an octal number to a binary number. places is an optional field, specifying to zero pad to that number of spaces.
OCT2BIN("213") equals 10001011.
BIN2OCT, OCT2DEC, OCT2HEX.