Why does Hex not read out in an array for LED "clock"?

Can you read this image?

uint8_t image[] =
{
	  0b00000000
	, 0b11111111
	, 0b00010000
	, 0b11111111
	, 0b00000000
	, 0b11111111
	, 0b10010001
	, 0b10010001
	, 0b00000000
	, 0b11111111
	, 0b10000000
	, 0b10000000
	, 0b00000000
	, 0b11111111
	, 0b10000000
	, 0b10000000
	, 0b00000000
	, 0b11111111
	, 0b10000001
	, 0b11111111
};