ASCII to Binary Converter

Type or paste ASCII text and instantly see the 8-bit binary representation of each character.

ASCII Input

Try:

Binary Output

Output will appear here

Copied to clipboard!

Summary

Type or paste ASCII text and instantly see the 8-bit binary representation of each character.

How it works

  1. Type or paste your ASCII text into the input box.
  2. Each character is mapped to its ASCII code point (0–127).
  3. The code point is converted to its 8-bit binary string (e.g. "A" = 65 = 01000001).
  4. Results are displayed side by side — character, decimal, and binary.
  5. Toggle spacing or copy the raw binary output with one click.

Use cases

Frequently Asked Questions

Related tools

Last updated: 2026-05-23 · Reviewed by Nham Vu