Binary Code Translator
Translate text to binary code and back, convert between decimal and binary numbers, and read the full binary alphabet chart.
What is a binary translator?
A binary translator converts ordinary text into binary code and binary code back into readable text. Computers store every letter as a number, and binary is the base-2 way of writing those numbers using only 0 and 1. This free tool converts text β binary and decimal β binary numbers, and includes a full binary alphabet chart.
How to use this binary translator
- Text β Binary: type text to get its 8-bit binary code.
- Binary β Text: paste binary (groups of 0s and 1s separated by spaces) to decode it.
- Number β Binary and Binary β Number: convert whole numbers between decimal and binary.
- Tap a quick phrase or press Copy to save a result.
How binary code works
Binary is a base-2 number system: each digit (a bit) is either 0 or 1, and place values double from right to left β 1, 2, 4, 8, 16, and so on. Eight bits make one byte, which can represent 256 different values (0β255). Text is stored by giving each character a number via the ASCII standard, then writing that number in binary. For example, the letter H is ASCII 72, which is 01001000 in 8-bit binary.
How to read binary code
To read binary text by hand: split it into bytes (groups of eight), convert each byte to a decimal number by adding up the place values where a 1 appears, then look that number up in the ASCII table. It is slow by hand, which is exactly what this translator automates.
Binary alphabet chart
Here is every letter AβZ and digit 0β9 in 8-bit binary. Lowercase letters follow the same pattern with values 32 higher (for example a = 01100001).
Letters AβZ in binary (8-bit ASCII)
Digits 0β9 in binary
βI love youβ in binary
A popular thing to look up (and to put on cards, jewellery, and gifts) is βI love youβ in binary: 01001001 00100000 01101100 01101111 01110110 01100101 00100000 01111001 01101111 01110101. Use the quick-phrase button in Text β Binary to generate any phrase you like.
Binary numbers vs. binary text
There are two different things people mean by βbinaryβ. Encoding text as binary uses one byte per character (above). Converting a number to binary is base conversion β for example the number 42 is 101010. The Number β Binary modes handle that case.
Is anything uploaded?
No. This binary translator runs entirely in your browser. Nothing you type is uploaded or stored, and it works offline.
Frequently asked questions
- How do I convert text to binary?
- Type or paste your text in the Text β Binary box. Each character is converted to its 8-bit binary code, with a space between bytes. For example, 'Hi' becomes 01001000 01101001.
- How do I read binary code?
- Split the binary into groups of 8 digits (one byte per character). Convert each byte to its decimal value, then look up that number in the ASCII table to get the letter. This tool does it instantly in the Binary β Text mode.
- What is 'A' in binary?
- The capital letter A is 01000001 in 8-bit binary, because A has the ASCII value 65 and 65 in binary is 1000001, padded to eight bits. Lowercase a is 01100001 (ASCII 97).
- What is 'I love you' in binary?
- 'I love you' in binary is 01001001 00100000 01101100 01101111 01110110 01100101 00100000 01111001 01101111 01110101 (including the spaces between words). Tap the 'I love you' quick phrase to generate it.
- How many bits represent one character?
- Standard ASCII text uses 8 bits (one byte) per character, which can represent 256 values. Characters beyond basic ASCII, such as emoji, use more bits β this tool widens the binary groups automatically so the text still decodes correctly.
- How do I convert binary to a decimal number?
- Use the Binary β Number mode and enter a binary number such as 101010; it returns the decimal value (42). To go the other way, use Number β Binary. This is number-base conversion, separate from encoding text as binary.
More free tools
- Morse Code TranslatorTranslate text to Morse code and decode it back, hear it as adjustable-speed sound with a visual flasher, and read the full Morse alphabet, number, and punctuation chart.
- Roman Numeral ConverterConvert numbers to Roman numerals and back, turn any date into Roman numerals for tattoos, and read the full chart from 1 to 1000.
- NATO Phonetic AlphabetSpell any word or name in the NATO phonetic alphabet (Alpha, Bravo, Charlieβ¦), hear it read aloud, and browse the full chart with pronunciations, numbers, and the police alphabet.
- Braille TranslatorTranslate English text to Grade 1 Braille and Braille back to text, and read the full Braille alphabet and number chart.
- Word CounterCount words, characters, sentences, paragraphs, lines, and pages in real time β plus reading and speaking time, keyword density, and live character limits for X, Instagram, and SEO.
- Random Word GeneratorGenerate random words with filters for part of speech, length, and starting letter β perfect for Pictionary, charades, writing prompts, and vocabulary practice.