A bit is a type of variable that can contain either a 0 or 1 A byte is a type of variable that can contain 8 bits. In this program, one byte represents one row This visualizer has 8 bytes. This visualizer can visualize bytes. Have fun + Leave a comment of your bytes and I'll put it in the examples category
Stuff that is useful to know: The parser will check for only 0s and 1s so any other character will be ignored, meaning you can space each byte out for improving readability. <Examples> Heart : 01100110 11111111 11111111 11111111 11111111 01111110 00111100 00011000 Creeper: 00000000 01100110 01100110 00011000 00111100 00111100 00100100 00000000 Human by @wandookong : 00011000 00011000 10111101 01111110 00111100 00111100 00100100 00100100