Binary Text Converter

Convert plain text to binary and binary back to readable text.

Frequently Asked Questions

How are letters stored in binary?

Each character is mapped to an ASCII or Unicode code point, then converted to 8-bit (or more) binary representation.

What is "Hello" in binary?

"Hello" in 8-bit ASCII binary is 01001000 01100101 01101100 01101100 01101111.

Related Tools