How can we write in binary codes .
Please give examples and process.
DON'T COPY FROM GOOGLE
Answers
Answer:
Try your name! Find the 8-bit binary code sequence for each letter of your name, writing it down with a small space between each set of 8 bits. For example, if your name starts with the letter A, your first letter would be 01000001.
Explanation:
Answer:
Explanation:
Binary numbers, based on 1s and 0s, reflect the practical essence of computer hardware: electricity is either on or off. Learn how to write in binary numbers, and the (not so secret) code to transform English language letters into binary numbers and back again.
When is the letter A not the letter A? Well, computers don't use the letter A. They use the eight character binary number 01000001 to represent A.
How to write in binary
Check out these steps to help you write in binary:
Use the American Standard Character for Information Interchange (ASCII) to write binary code for numbers and letters.
Calculate the code to find out the letter it corresponds to.
Use the code to formulate
Write out the binary code for the first upper-case letter of your name. For example, if your name is Paul, the binary code for the upper-case letter "P" is 01010000.
Write the binary codes for additional lower-case letters in your name. Make sure to put a space in between each binary code and use the correct binary code for upper or lower case letters. For example, the binary combination for the name "Paul" would be: 01010000 01100001 01110101 01101100.