Alphabet Letters in Binary Code

On Convert Binary you can find the letters of the latin ASCII alphabet in their binary code representation.

Are you looking for an easy way to convert text to binary? We have an handy translator for that. You can also translate binary code to text in english or ASCII.

Alphabet in Binary (CAPITAL letters)

LetterBinary
A01000001
B01000010
C01000011
D01000100
E01000101
F01000110
G01000111
H01001000
I01001001
J01001010
K01001011
L01001100
M01001101
N01001110
O01001111
P01010000
Q01010001
R01010010
S01010011
T01010100
U01010101
V01010110
W01010111
X01011000
Y01011001
Z01011010

Alphabet in Binary (lowercase letters)

LetterBinary
a01100001
b01100010
c01100011
d01100100
e01100101
f01100110
g01100111
h01101000
i01101001
j01101010
k01101011
l01101100
m01101101
n01101110
o01101111
p01110000
q01110001
r01110010
s01110011
t01110100
u01110101
v01110110
w01110111
x01111000
y01111001
z01111010

Check out the binary numbers conversion table too.

Questions and Answers about the alphabet in Binary code

👉 What is the binary code for the alphabet?

You can find the binary encoding for all the letters of the alphabet (both uppercase and lowercase letters) at ConvertBinary.com.

✏️ How do you translate binary code?

To convert binary to text, you have two options: you can either use an online translator (like the one provided for free by ConvertBinary.com, which can translate any letter or symbol), or you can do it manually.

If you want to learn how to convert binary code into text manually, you can read this guide, or watch the associated tutorial.

📛 How do I write my name in binary?

You need to convert each letter of your name to binary.

Try the Text to Binary converter over at ConvertBinary.com to instantly convert your own name into binary code!

👋 What is “hello” in Binary Code?

The word “hello” in binary code is: 0110100001100101011011000110110001101111 By dividing this into eight-digit segments it is easier to see the binary byte corresponding to each letter: 01101000 01100101 01101100 01101100 01101111 – you can verify that with the binary translator.

📄 Can I convert Text to Binary Code?

Of course! If you want to convert any plain text to binary code, you can use the instant Text to Binary Converter at ConvertBinary.com.

🔟 Can I convert Binary to Text?

Of course! If you want to convert any binary-encoded text to ASCII, you can use the Binary to Text Translator at ConvertBinary.com.

❓What does 01101001 mean?

01101001 is the binary encoding of the ASCII code 105, which represents the character i , as you can verify with the binary translator.