Binary Code for I Love You

Binary Code for I Love You

Introduction

Binary code means the code that outputs meaningful results with binary digits i.e. 0s and 1s. All the letters, characters, words, digits, sentences, numbers, symbols, etc can be written in binary codes. The binary code for I Love You is- 1001001 1001100 1101111 1110110 1100101 1011001 1101111 1110101.

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

Binary Code for I Love You if first letter of word is uppercase
Binary Code for I Love You if the first letter of the word is uppercase

In case you want to copy binary code for I Love You(if the first letter of the word is uppercase), here is its 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

I LOVE YOU in Binary code if all letters of word are uppercase

I LOVE YOU in Binary code if all letters of the word are uppercase

In case you want to copy binary code for I Love You(if all letters of the word are uppercase), here is its text form-

I- 1001001

L- 1001100
O- 1001111
V- 1010110
E- 1000101

Y- 1011001
O- 1001111
U- 1010101

ASCII – Binary 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

Click here to check the binary code for other letters.

What is a Binary Code?

Binary means related to or involving two things. In computer science, the computer works on the concept of 0s and 1s only. So, 0 and 1 are used to create a binary system in computer science and the whole computer science works on the codes of these two binary values only as these are the basic elements of the binary system. The combination of these two binary values forms different values. Click here to know more about binary code systems in computer science.

We hope these examples will help you to learn how to write binary code for I Love You.

Thank you for reading this article, click here to start learning Python in 2022.


Also Read:

Share:

Author: Yogesh Kumar