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–
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–
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
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 |
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:
- Download 1000+ Projects, All B.Tech & Programming Notes, Job, Resume & Interview Guide, and More – Get Your Ultimate Programming Bundle!
- Music Recommendation System in Machine Learning
- Create your own ChatGPT with Python
- SQLite | CRUD Operations in Python
- Event Management System Project in Python
- Ticket Booking and Management in Python
- Hostel Management System Project in Python
- Sales Management System Project in Python
- Bank Management System Project in C++
- Python Download File from URL | 4 Methods
- Python Programming Examples | Fundamental Programs in Python
- Spell Checker in Python
- Portfolio Management System in Python
- Stickman Game in Python
- Contact Book project in Python
- Loan Management System Project in Python
- Cab Booking System in Python
- Brick Breaker Game in Python
- 100+ Java Projects for Beginners 2023
- Tank game in Python
- GUI Piano in Python
- Ludo Game in Python
- Rock Paper Scissors Game in Python
- Snake and Ladder Game in Python
- Puzzle Game in Python
- Medical Store Management System Project in Python
- Creating Dino Game in Python
- Tic Tac Toe Game in Python
- Courier Tracking System in HTML CSS and JS
- Test Typing Speed using Python App