truly geekworthy

so, you know what an escape sequence is, right? an escape sequence is a series of characters that you can type on a standard keyboard, which represent characters which cannot be typed from a standard keyboard. for most places in the first 255 ASCII character codes you can actually represent a character with either an escape sequence or a character entity. the escape sequence is the numerical value of the character, and the character entity is a word that describes the character. for example, the character Ð can be represented either with the escape sequence Ð or with the character entity Ð

in the same way, i have found that by adding an x to the equation, you can represent the characters using the hexidecimal equivalant, thus Ð can also be represented by Ð

neet, huh? 😎 ॐቱ༊⊚⡺孻

so it begs the question… if you can represent characters in hex by adding x, what do you have to add to represent the characters in binary? presumably it would be the delimiters &# then something followed by the binary equivalent of 208 – which would be 11010000 – and then the end delimiter ;

but what? that’s what i wonder…

i have reasons for wondering this. i’ve found that even hexidecimal escape sequences are able to be read by spambots… but i’d be willing to bet that they haven’t cracked binary… yet… 😎