Only because I'm extremely bored...
I have a Hondata sticker on my laptop that was sent to me when I bought my system. It says "Hondata" and has a bunch of ones and zeroes at the bottom. I decided to decode the binary stuff using 8-bit ASCII text decoding. If I'm right, the binary says "Hondatd" instead of "Hondata."
Here's what's on the sticker:
01101000011011110110111001100100011000010111010001100100
Here's what it should be:
01101000011011110110111001100100011000010111010001100001
Only the last three bits are wrong. Just thought I'd point this out.