In binary, black and white images are commonly represented using 1s and 0s.
Black Pixels are typically represented by the digit 1 (unset).
White Pixels are typically represented by the digit 0 (set).
When you have a grid of 1s and 0s arranged in rows and columns, with each digit corresponding to a specific pixel in an image, you can create a binary image.