HomeBinary TranslatorText to Binary
One-way · Encode

Text to Binary

A focused, one-direction version of the binary translator: type text, get binary. Need to go the other way? Use the full Binary Translator instead.

Quick examples

See it in action.

Click any example to load it into the converter above — the binary appears instantly.

Binary code reference

How text becomes binary.

Every character maps to a number, written in base–2 and padded to 8 bits. Here are common ones — the full set lives in the ASCII table.

CharacterDecimalBinary (8-bit)
A6501000001
H7201001000
e10101100101
l10801101100
o11101101111
a9701100001
04800110000
[space]3200100000

View full ASCII Table →

Where this comes up

Common uses for a text to binary converter.

FAQ

Text to binary, explained.

What's the difference between this and the full Binary Translator?
This page only goes one direction (text to binary). The full Binary Translator also decodes binary back to text, swaps direction, and lets you switch between ASCII and UTF-8 encoding.
Why is the binary longer for accented letters or emoji?
This tool encodes as UTF-8, where any character outside the basic 128 ASCII characters can take 2–4 bytes instead of 1. See the ASCII table for which characters stay at a single byte.
Can I convert the binary back to a decimal number afterward?
Yes — copy a single byte (8 digits) into the Binary to Decimal tool to see its base-10 value.