Text to Binary Converter
Input
Output
About this tool
You probably don't ever think about it, but computers are really pretty stupid machines. They're just really fast at math. To a computer, everything is a number.
So while you might be typing an A on the keyboard, the computer doesn't see it that way. To a computer the letter A is 65. And it's even more confusing than that. A computer doesn't use the same base 10 numbering system we do. They use binary, so instead of 65 it's 0100 0001 which is 65 in binary.
But, you don't need to worry about. Just enter whatever text you want in the text box above and this tool will automatically convert it to binary for you.