answersLogoWhite

0

Ascii table

78 + 69 + 84 + 87 + 79 + 82 + 75

1001110 1000101 1010100 1010111 1001111 1010010 1001011

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What is binary equivalent of B3?

The binary equivalent of Hexidecimal B3 = 1011 0011


What is the binary equivalent of 47?

The binary equivalent of the decimal number 47 is 101111.


What is the Binary equivalent of the Hexidecimal AB?

The hexadecimal number AB can be converted to binary by first converting each hex digit to its 4-bit binary equivalent. A in hexadecimal is 1010 in binary, and B is 1011 in binary. Therefore, the binary equivalent of AB is 10101011.


What is 1101 in binary form?

If 1101 is a decimal number, then its binary equivalent is 10001001101. If 1101 is a binary number, then its decimal equivalent is 13.


What is 10011 in binary form?

it is itself in a binary form :) but if its in decimal form.. then its binary equivalent will be..(10011100011011) if it is in binry form.. its equivalent will be..(19)


What is the binary equivalent of 36?

100100 is 36 in binary.


What is the binary equivalent for 178?

178 in binary is 10110010.


What is the binary equivalent of 51?

51 in binary is... 110011


What is the binary equivalent of the decimal number 131?

The binary equivalent of the decimal number 131 is 10000011.


What is the binary equivalent of the decimal number 14?

The binary equivalent of the decimal number 14 is 00001110.


What is the non-binary equivalent term for "sir"?

The non-binary equivalent term for "sir" is "Mx."


What is the binary equivalent of the word Network using ASCII encoding?

ASCII character array (including null-terminator): {'N','e','t','w','o','r','k','\0'} ASCII character codes (decimal): {78,101,116,119,111,114,107,0} ASCII character codes (octal): {4,7,1,4,5,3,5,0,7,3,5,5,7,3,4,4,6,5,4,0,0} ASCII character codes (hexadecimal): {4E,65,74,77,6F,72,6B,00} ASCII character codes (binary): {01001110,01100101,01110100,01110111,01101111,01110010,01101011,00000000} When treated as a 64-bit value, the ASCII-encoded word "Network" has the decimal value 5,649,049,363,925,854,976.