Text to Binary Converter

Convert text to binary representation. Free, instant.

c.charCodeAt(0).toString(2).padStart(8,'0')).join(' ');"}'>
0 characters 0 words

How to Use Text to Binary Converter

1

Enter text.

2

Get binary representation.

3

Copy or download your result.

Frequently Asked Questions

How does it work?

Each character is converted to its 8-bit binary ASCII code.