Quiz show buzzers

could some one tell me if its possible to define variables to hold binary values? eg, zero = B00000000, etc?? If yes, then what type of variable should it be defined as? I ask coz, int is 2 bytes long, while the above it only 1 byte long...

i require these variables during direct port manipulation...