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?
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
Letter | ASCII Code | Binary | Letter | ASCII Code | Binary |
---|---|---|---|---|---|
a | 097 | 01100001 | A | 065 | 01000001 |
b | 098 | 01100010 | B | 066 | 01000010 |
c | 099 | 01100011 | C | 067 | 01000011 |
d | 100 | 01100100 | D | 068 | 01000100 |
e | 101 | 01100101 | E | 069 | 01000101 |
f | 102 | 01100110 | F | 070 | 01000110 |
g | 103 | 01100111 | G | 071 | 01000111 |
h | 104 | 01101000 | H | 072 | 01001000 |
i | 105 | 01101001 | I | 073 | 01001001 |
j | 106 | 01101010 | J | 074 | 01001010 |
k | 107 | 01101011 | K | 075 | 01001011 |
l | 108 | 01101100 | L | 076 | 01001100 |
m | 109 | 01101101 | M | 077 | 01001101 |
n | 110 | 01101110 | N | 078 | 01001110 |
o | 111 | 01101111 | O | 079 | 01001111 |
p | 112 | 01110000 | P | 080 | 01010000 |
q | 113 | 01110001 | Q | 081 | 01010001 |
r | 114 | 01110010 | R | 082 | 01010010 |
s | 115 | 01110011 | S | 083 | 01010011 |
t | 116 | 01110100 | T | 084 | 01010100 |
u | 117 | 01110101 | U | 085 | 01010101 |
v | 118 | 01110110 | V | 086 | 01010110 |
w | 119 | 01110111 | W | 087 | 01010111 |
x | 120 | 01111000 | X | 088 | 01011000 |
y | 121 | 01111001 | Y | 089 | 01011001 |
z | 122 | 01111010 | Z | 090 | 01011010 |
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.