QuickFreeTools

Online Convert Text to Binary

Convert text to binary (0 and 1). Each character becomes 8 bits. Client-side only.

Frequently Asked Questions

How is text encoded?
Each character is converted to its UTF-8 byte(s), then each byte to 8 bits (0 and 1).
Can I use spaces in output?
Output is a continuous string of 0 and 1. You can copy and add spaces manually if needed.

Related Text Tools