answersLogoWhite

0

Ascii codes is uses 7 bit binary code to reprsent each character

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is a EBCDIC?

EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers.. EBCDIC code stands for extended binary coded decimal interchange code....it is an 8 bit code and can provide 256 different characters..it is used on ibm mainframes and on other large computers..


What are weighted binary codes?

It is that type of binary code where weights are assigned to each symbol position in the code word.


Why are there 8 digits in each binary code?

the answer is 8x0/1


What is binary code for 100111?

The binary code for the number 100111 is already in binary format. It represents the decimal number 39 when converted from binary to decimal. Each digit in this binary number corresponds to a power of 2, starting from the rightmost digit.


How is digital data represented by the binary code?

The Binary code represents all data in 0s and 1s by using a combination of these. Each number system and digital data like characters and other symbols can be represented in binary by a common conversion method for each system. Example: Decimal number 12 is binary number 1100. this is obtained as [1*(2^3) + 1*(2^2) + 0*(2^1) + 0*(2^0)]


What is db in binary?

In binary, "db" would be represented as "01100100" when converted from ASCII to binary. Each character is assigned a unique binary code according to the ASCII standard.


What does binary code 10010101 mean?

The binary code 10010101 represents the decimal number 149. In the context of ASCII, it corresponds to the character "¥" (the yen sign). Binary code is a base-2 numeral system used in computing and digital electronics to represent data. Each digit in the binary code is a power of 2, with each position representing an increasing power from right to left.


What is the binary code for 01001011 00000011 01011000 00101100 00000111 00001101?

The binary code you provided is a sequence of binary digits (0s and 1s) grouped into 8-bit segments. Each segment represents a byte. The complete binary code is simply the concatenation of these segments: 010010110000001101011000001011000000011100001101.


What is the binary code 10101010?

The binary code 10101010 represents the decimal number 170. In binary code, each digit is a power of 2, starting from the right with 2^0. Therefore, the binary digit 1 in the rightmost position represents 2^0, which is 1. Adding up the values of each digit in the binary code 10101010 gives 128 + 32 + 8 + 2 = 170 in decimal form.


Binary to hexadecimal to binary conversion?

Each 4 bits of binary can make 1 hexadecimal digit. There are 16 hexadecimal characters including zero. This can be shown by the equation 2^4 = 16.


How do you say Sam in binary code?

To represent the name "Sam" in binary code, you need to convert each letter to its ASCII value and then to binary. The ASCII values for 'S', 'a', and 'm' are 83, 97, and 109, respectively. In binary, these values are represented as: 'S' = 01010011, 'a' = 01100001, and 'm' = 01101101. Therefore, "Sam" in binary code is 01010011 01100001 01101101.


What is the binary code for the number 99?

The binary code for the decimal number 99 is 1100011. In binary, each digit represents a power of 2, and when you add these values together (64 + 32 + 0 + 0 + 2 + 1), you get 99.