Computer Science, asked by Anonymous, 8 months ago

How do i convert a simple sentence into a binary code?​

Answers

Answered by nikithavinoth
1

Answer:

Break the word into individual letters.

For each letter, look up the ASCII number value mapped to the letter.

For each ASCII number value, convert to a binary number.

For each binary number, save the binary number value.

Similar questions