If you read today’s edition of the comic strip FoxTrot, there’s actually an easter egg hidden in it. Take the binary data shown in the strip and convert it to traditional numbers, then look up the associated characters for those values in ASCII:
01011001 = 89 = Y 01001111 = 79 = O 01010101 = 85 = U 01001110 = 78 = N 01000101 = 69 = E 01010010 = 82 = R 01000100 = 68 = D
Brilliance.