answersLogoWhite

0


Best Answer

You can are ASCII-tabellen. For converting binary to text

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert binary code to text code and text to binary?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert text into binary in vb or c sharp code?

C# EXAMPLEString text="My sample data";System.Text.ASCIIEncoding encode=new System.Text.ASCIIEncoding();//convert to binary and store in a byte[]byte[] binaryArray=encode.GetBytes(text);


What coding method is used by the computer to convert text into Binary?

the binary numeral system


How do you convert binary to 2421 code?

5


How the computer can understand binary language?

The computer understands binary because the 1 means on and the 0 means off, so that controls how it operates. Binary language is then converted to our number system where the numbers represent things. ASCII code is used to convert binary to text.


What does 010000100110010100100000011100110111010101110010011001 mean?

Error: Malformed binary. Your binary code is must be divisible by 8.This looks like it is the beginning of a binary code, but is not computable into any text as is. Do you have the rest of the code?


What is 97 in binary code?

You can easily convert decimal to binary in the scientific calculator - for example, the scientific calculator found in Windows. In this case, type the number in decimal, then click on "binary" to convert to binary.


What is the purpose of binary codes?

A Binary code is a way of representing text or computer processor instructions by the use of the binary number system's two-binary digits 0 and 1.So the purpose of binary code is to issue human readable code, changed to machine code (binary) that the computer understands and can execute the instructions.


How do you you write know in binary code?

k n o w ? First convert it to ASCII code ... 107 110 111 119 (all decimal numbers) Then convert to binary : 1101011 1101110 1101111 1110111


How do you convert n-bits binary to gray code?

The best way is with a lookup table.


How do you convert A B C in binary code?

A = 1010 b = 1011 c = 1100


How do you convert image to binary format?

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


How is text represented in main computer memory?

By using a binary number called ASCII code