answersLogoWhite

0

The idea is to define groups of bits as representing specific letters. One commonly used system is the ASCII encoding, which uses groups of 8 bits. Here, the letter "A" (uppercase "A") is encoded as 01000001 (decimal 65), "B" as 01000010 (decimal 66), "C" as 01000011 (decimal 67), etc. Of course, other encodings are possible, and other encodings are, indeed, used.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How you convert 2011 binary form and hexadecimal form?

The answer depends on what form you wish to convert binary and hex 2011 to.


Convert a decimal number 111 to its binary form?

111 = 1101111


What device convert a signal from binary or analog form into a signal of another form?

Transmission Media


How do you convert image to binary format?

To convert image to binary, you just have to convert image to binary. Hope this helps.


To which numbering system can the binary number 1101100100111100 be easily converted?

its easy to convert a given binary number into haxadecimal form.


What is the main advantage of binary coded decimal?

Binary coded decimal (BCD) is easier to convert between displayed or printed form than is pure binary.


Uses of logic gates in computers?

They convert the command given by us in the form of binary


Convert 186 decimal numbers to its binary equivalent?

Convert 189 to binary number


How do you convert binary to excess 3 code?

To convert a binary number to Excess-3 code, first, convert the binary number to its decimal equivalent. Then, add 3 to the decimal value. Finally, convert the resulting decimal number back to binary. For instance, to convert the binary number 1010 (which is 10 in decimal), you would calculate 10 + 3 = 13, and then convert 13 back to binary, resulting in 1101 in Excess-3 code.


How do you convert 47.5 into binary?

To convert 47.5 into binary, first convert the integer part (47) to binary. 47 in binary is 101111. For the fractional part (0.5), multiply by 2, resulting in 1.0, which indicates that the binary representation of 0.5 is .1. Combining both parts, 47.5 in binary is 101111.1.


How do you subtract 2 binary numbers?

An easy way is to convert them to decimal, subtract, then convert the answer back to binary.


How do you Convert 180 into binary?

The number 180 in binary is 10110100