answersLogoWhite

0


Best Answer

charge!

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Anonymous

Lvl 1
3y ago

hhhh

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does 01100011 01101000 01100001 01110010 01100111 01100101 00100001 mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

01110111 01101000 01100101 01110010 01100101 00100000 01100001 01110010 01100101 00100000 01101101 01111001 00100000 01101011 01100101 01111001 01110011?

01010100 01101000 01100101 01111001 00100000 01100001 01110010 01100101 00100000 01101001 01101110 00100000 01111001 01101111 01110101 01110010 00100000 01101100 01100101 01100110 01110100 00100000 01101000 01100001 01101110 01100100 00100000 01101001 01101110 01110011 01101001 01100100 01100101 00100000 01110000 01101111 01100011 01101011 01100101 01110100 00101100 00100000 01101100 01100101 01100001 01110100 01101000 01100101 01110010 00100000 01101010 01100001 01100011 01101011 01100101 01110100 00100000 01101000 01100001 01101110 01100111 01101001 01101110 01100111 00100000 01110101 01101110 01100100 01100101 01110010 00100000 01110100 01101000 01100101 00100000 01110011 01110100 01100001 01101001 01110010 01110011 00101110


How important the binary number?

The binary number system is a VERY important system! It is a base 2 system, with only two symbols for numbers. There are very many good websites on the internet about binary numbers, so if you have any questions, there are many good places to look. Just search binary number system or binary numbers! You can find out there!


What is the binary code for hows the leg?

01101000 01101111 01110111 01110011 00100000 01110100 01101000 01100101 00100000 01101100 01100101 01100111


Say goodbye in binary code?

01100111 01101111 01101111 01100100 01100010 01111001 01100101 = goodbye in binary


What is the binary code for glee?

In lower case: g: 01100111 l: 01101100 e: 01100101 e: 01100101 UPPER CASE: G: 01000111 L: 01001100 E: 01000101 E: 01000101


What is god's address?

God is not a physical being with a physical address. He is a concept, a belief, etc. Once you figure out what God is, you should be able to find him. Other things that can't be addressed includes: - The beginning of time - Distance & depth of space - Infinity


How do you make binary letters?

Upper case A 01000001 B 01000010 C 01000011 D 01000100 E 01000101 F 01000110 G 01000111 H 01001000 I 01001001 J 01001010 K 01001011 L 01001100 M 01001101 N 01001110 O 01001111 P 01010000 Q 01010001 R 01010010 S 01010011 T 01010100 U 01010101 V 01010110 W 01010111 X 01011000 Y 01011001 Z 01011010 Lower Case a 01100001 b 01100010 c 01100011 d 01100100 e 01100101 f 01100110 g 01100111 h 01101000 i 01101001 j 01101010 k 01101011 l 01101100 m 01101101 n 01101110 o 01101111 p 01110000 q 01110001 r 01110010 s 01110011 t 01110100 u 01110101 v 01110110 w 01110111 x 01111000 y 01111001 z 01111010


What is is the alphabet in binary?

CapitalsLowercase Letter Binary Code A 01000001 B 01000010 C 01000011 D 01000100 E 01000101 F 01000110 G 01000111 H 01001000 I 01001001 J 01001010 K 01001011 L 01001100 M 01001101 N 01001110 O 01001111 P 01010000 Q 01010001 R 01010010 S 01010011 T 01010100 U 01010101 V 01010110 W 01010111 X 01011000 Y 01011001 Z 01011010 Letter Binary Code a 01100001 b 01100010 c 01100011 d 01100100 e 01100101 f 01100110 g 01100111 h 01101000 i 01101001 j 01101010 k 01101011 l 01101100 m 01101101 n 01101110 o 01101111 p 01110000 q 01110001 r 01110010 s 01110011 t 01110100 u 01110101 v 01110110 w 01110111 x 01111000 y 01111001 z 01111010


What are the binary and decimal values of the ASCII letter g?

Binary- 01100111 Decimal Value- 103


Add the following bcd numbers 01100111 and 01010011?

01100111 01010011 = 10111110 Method : Same as in Decimal system, but highest possible number is 1. Start at the last digits 1+1 = 0 and carry one Second place is 1+1+the CarryBit 1 =1 and carry one. Third place is 1+0+the CarryBit 1 = 0 and carry one. Fourth place is 0+0+the CarryBit 1 = 1 and carry zero. Fifth place is 0+1 and No CarryBit = 1 and carry zero. Sixth place is 1+0 and No CarryBit =1 and carry zero. Seventh place is 1+1 and No CarryBit = 0 and carry one. Eighth place is 0+0 + the CarryBit 1 = 1 and carry none. Cheers.


How can you learn binary?

Ill teach you right now, only binary math tho, not the programming langue or anything, just that math.... first use this table 1 2 4 8 now the number 1 is like saying "yes" and 0 is like saying "No" to make the number 5 you do 1 plus 4 = 5 so we do do we use 4 yes do we use 2 no do we use 1 yes so its 101 first one is 4 then 0 is 2 meaning we don't count that and then 1 again witch is 1 so we add em, 5 so 101 = 5 how to make letters? here is a graph you can use I forgot to say, that the 1 2 4 8 keeps going just get the last number and add it with itself like 1 2 4 8 16 32 64 128 and so on chr(32) 00100000 ! chr(33) 00100001 " chr(34) 00100010 # chr(35) 00100011 $ chr(36) 00100100 % chr(37) 00100101 & chr(38) 00100110 ' chr(39) 00100111 ( chr(40) 00101000 ) chr(41) 00101001 * chr(42) 00101010 + chr(43) 00101011 , chr(44) 00101100 - chr(45) 00101101 . chr(46) 00101110 / chr(47) 00101111 0 chr(48) 00110000 1 chr(49) 00110001 2 chr(50) 00110010 3 chr(51) 00110011 4 chr(52) 00110100 5 chr(53) 00110101 6 chr(54) 00110110 7 chr(55) 00110111 8 chr(56) 00111000 9 chr(57) 00111001 : chr(58) 00111010 ; chr(59) 00111011 < chr(60) 00111100 = chr(61) 00111101 > chr(62) 00111110 ? chr(63) 00111111 @ chr(64) 01000000 A chr(65) 01000001 B chr(66) 01000010 C chr(67) 01000011 D chr(68) 01000100 E chr(69) 01000101 F chr(70) 01000110 G chr(71) 01000111 H chr(72) 01001000 I chr(73) 01001001 J chr(74) 01001010 K chr(75) 01001011 L chr(76) 01001100 M chr(77) 01001101 N chr(78) 01001110 O chr(79) 01001111 P chr(80) 01010000 Q chr(81) 01010001 R chr(82) 01010010 S chr(83) 01010011 T chr(84) 01010100 U chr(85) 01010101 V chr(86) 01010110 W chr(87) 01010111 X chr(88) 01011000 Y chr(89) 01011001 Z chr(90) 01011010 [ chr(91) 01011011 \ chr(92) 01011100 ] chr(93) 01011101 ^ chr(94) 01011110 _ chr(95) 01011111 ` chr(96) 01100000 a chr(97) 01100001 b chr(98) 01100010 c chr(99) 01100011 d chr(100) 01100100 e chr(101) 01100101 f chr(102) 01100110 g chr(103) 01100111 h chr(104) 01101000 i chr(105) 01101001 j chr(106) 01101010 k chr(107) 01101011 l chr(108) 01101100 m chr(109) 01101101 n chr(110) 01101110 o chr(111) 01101111 p chr(112) 01110000 q chr(113) 01110001 r chr(114) 01110010 s chr(115) 01110011 t chr(116) 01110100 u chr(117) 01110101 v chr(118) 01110110 w chr(119) 01110111 x chr(120) 01111000 y chr(121) 01111001 z chr(122) 01111010 { chr(123) 01111011 | chr(124) 01111100 } chr(125) 01111101 ~ chr(126) 01111110 n/a chr(127) 01111111


How do you add binary numbers?

It is quite easy. Try to follow this example. 01100111 01010011 = 10111110 Method : Same as in Decimal system, but highest possible number is 1. Start at the last digits First place is 1+1 = 0 and carry one Second place is 1+1+the CarryBit 1 =1 and carry one. Third place is 1+0+the CarryBit 1 = 0 and carry one. Fourth place is 0+0+the CarryBit 1 = 1 and carry zero. Fifth place is 0+1 and No CarryBit = 1 and carry zero. Sixth place is 1+0 and No CarryBit =1 and carry zero. Seventh place is 1+1 and No CarryBit = 0 and carry one. Eighth place is 0+0 + the CarryBit 1 = 1 and carry none. Cheers.