In the reference page for the String() function, the translation of "13" into binary is incorrect:
"gives you the String "1011", which is the binary representation of 13."
It should be "1101"
Incredibly insignificant, but I thought I'd mention it because it tripped me up for a minute while I questioned my understanding of binary.
Link to page: http://arduino.cc/en/Reference/StringConstructor