How to use Text to Binary

  1. Enter or paste the text to convert.
  2. Click Convert to get binary (8 bits per character, space-separated).
  3. Copy or download the result.

Example

Input

Hi

Output

01001000 01101001

Frequently asked questions

What is text to binary?
Each character is converted to its ASCII/Unicode code point in 8-bit binary (0s and 1s).