Text to Binary

Convert ASCII text to binary byte sequences.

Text Input
Binary Output
0 characters 0 bytes

Text to Binary Converter

This tool converts ASCII text into binary (base 2) byte representation. Each character is encoded as an 8-bit binary number.

The conversion runs locally in your browser.

How to use

  1. Type or paste text into the input editor.
  2. Choose a binary delimiter (None or Space).
  3. Click Convert to encode the text to binary.
  4. Use Copy to copy the result.

What is Text to Binary?

Text to binary conversion maps each character to its 8-bit binary representation.

Input notes

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

Example

Converting text to binary:

--- Text Input ---
Hello

--- Binary Output ---
01001000 01100101 01101100 01101100 01101111