answersLogoWhite

0

What is binary text?

Updated: 9/22/2023
User Avatar

Wiki User

11y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is binary text?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you convert binary code to text code and text to binary?

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


Which is larger in size text or binary in c?

Well "text" is four characters, "binary" is six.


What is full form of byte in computer?

8 bits


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

the binary numeral system


What are the modes of accessing a file?

"text" and "binary"


Which type of file occupies less space text file or binary file?

binary file


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 is the main difference between binary and text files?

Text files are human-readable, binary files aren't. Note: There are some characters that are not common in text files, like 00H-08H,0BH,0E-1FH,7FH.


Text files and binary files are considered to be WHAT files?

different files


Is php a binary file?

No, PHP is text file with .php extension.


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 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.