English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Ok, i kind of learnt the binary numbers, sort of, but i dont understand the letters version. Eg. 010011010100111101001101 means mom. How do i understand this, is the elike a binary alphabet or something? could you tell me it, and also help with numbers, thanks

2007-10-23 08:28:35 · 5 answers · asked by Anonymous in Computers & Internet Other - Computers

5 answers

It's ASCII code

http://www.asciitable.com/

from your example: each letter is an 8 bit word.
0100 1101 = 4D hex = 77 decimal =M in ascii
0100 1111 = 4F hex = 79 decimal =O in ascii

2007-10-23 08:36:58 · answer #1 · answered by Mike W 7 · 0 0

Translate Binary

2016-09-28 00:41:06 · answer #2 · answered by ? 4 · 0 0

No, 01001101 01001111 01001101 means mom, there are 8 bits to a byte so use a space between each group, as shown. One byte is used for each alpha-numeric character, and is called ascii code.

For more info, Google for: Ascii code table

Also, there's lots of free Binary and Hexadecimal converters (numeric only calculators) out there. There's even one built into Windows.

Google for: convert Binary to Decimal freeware

Here's an example

2007-10-23 08:55:41 · answer #3 · answered by ELfaGeek 7 · 0 0

Use a binary translator. It would be impossible to actually learn binary as it's got way too many numbers per character.

2007-10-23 08:37:28 · answer #4 · answered by SaberBlade 6 · 0 0

search the internet for some way im sure you will find something

2007-10-23 08:32:20 · answer #5 · answered by Whitefalcon684 1 · 0 0

fedest.com, questions and answers