What is the source of the binary number? Imported from a text file, a SQL Server query, user input in a form?
As far as storing the value, the field in your table just needs to be designed as a Number data type with a field size (Byte, Integer, etc.) that is sufficiently large to accomodate your largest expected value.
Do you want the number to appear as a binary format (base two - ones and zeros) when you display it on a form or report?