No, I was agreeing with Pyrofan1 that I meant machine code (which is represented in binary). 00000001 in binary is the same as 1 in decimal which is the "yes" value for a bit (a single binary digit). I admit it was a stretch. I should have responded with the ASCII code for the string "yes" in binary:

01111001
01000101
01110011