I Love You Binary Code

I Love You Binary Code refers to the code that works with binary digits, which are 0s and 1s. In Binary Code, you can write any letter, character, word, digit, number, sentence, symbol, etc.

I Love You can be written in binary as 1001001 1001100 1101111 1110110 1100101 1011001 1101111 1110101.

What Is Binary Code?

Binary Code
Binary Code

The word “binary” means that it is about or involves two things. In computer science, only 0s and 1s are used to describe how a computer works.

So, in computer science, 0 and 1 are used to make a binary system. The whole field of computer science is based on the codes of these two binary values since they are the most basic parts of the binary system.

When you add these two binary values together, you get different values.

ASCII Binary Code Character Table

LetterASCII CodeBinaryLetterASCII CodeBinary
a09701100001A06501000001
b09801100010B06601000010
c09901100011C06701000011
d10001100100D06801000100
e10101100101E06901000101
f10201100110F07001000110
g10301100111G07101000111
h10401101000H07201001000
i10501101001I07301001001
j10601101010J07401001010
k10701101011K07501001011
l10801101100L07601001100
m10901101101M07701001101
n11001101110N07801001110
o11101101111O07901001111
p11201110000P08001010000
q11301110001Q08101010001
r11401110010R08201010010
s11501110011S08301010011
t11601110100T08401010100
u11701110101U08501010101
v11801110110V08601010110
w11901110111W08701010111
x12001111000X08801011000
y12101111001Y08901011001
z12201111010Z09001011010
Binary Code Character Table

Binary For I Love You

Time needed: 5 minutes

Here are the cases of Binary I Love You.

  • Case 1: if the first letter of the word is uppercase.

    If you want to copy the Binary Code For I Love You (with an UPPERCASE first letter), here it is in text form:

    I- 1001001
    L- 1001100
    o- 1101111
    v- 1110110
    e- 1100101
    Y- 1011001
    o- 1101111
    u- 1110101
    Empty Space- 100000

  • Case 2: if all letters of the word are uppercase.

    If you want to copy the Binary Code For I Love You if all the letters are UPPERCASE here it is:

    I- 1001001
    L- 1001100
    O- 1001111
    V- 1010110
    E- 1000101
    Y- 1011001
    O- 1001111
    U- 1010101

Conclusion

We have completely discussed the I Love You Binary Code, and we also provide the binary character table. I hope this simple tutorial will help you a lot. Thank You!

Recommendation

If you want to learn python programming, I have here the complete course of python tutorial for beginners to enhance your knowledge of programming, especially Python.

Inquiries

By the way, if you have any questions or suggestions about this simple tutorial. Please feel free to comment below.

Leave a Comment