Internet
Fact-checked

At WiseGEEK, we're committed to delivering accurate, trustworthy information. Our expert-authored content is rigorously fact-checked and sourced from credible authorities. Discover how we uphold the highest standards in providing you with reliable knowledge.

Learn more...

What are Binaries?

R. Kayne
R. Kayne

Files that contain compiled computer code are referred to as binaries, sometimes used interchangeably with object files. Any file can be encoded in this format, however, including digital graphics, movies, or music.

Text-based computer languages like C and C++ are used to write programs that are subsequently compiled to binary form. This is because computers can only read this simple language, which is made up of 1 and 0, interpreted as on or off. Each digit or value is one bit of data. Eight bits equals one byte of information. A binary file viewed with a hex editor will display the file contents as continuous blocks of bytes, or the digital equivalent of the source code.

Movies and music may be encoded in binary format.
Movies and music may be encoded in binary format.

Online binaries are often associated with USENET, where worldwide subscribers can share programs and multimedia data. USENET was designed for exchanging text messages, however, so these files must be encoded to a text-based system, then decoded on the receiving end, making it possible to exchange nontextual files over the network. The encoding and decoding of exchanged files is done automatically by embedded software within enabled USENET newsreaders.

Binary computer codes use two digits.
Binary computer codes use two digits.

In many cases, the files are too large to post to USENET, as the network has a cap limiting the number of characters allowed in any single post. Instead, the uploader can compress and divide a large binary file into slices or parts using a separate program. The individual parts are numbered sequentially and posted separately to the appropriate newsgroup. Anyone interested in downloading the file must download all of its parts to a folder where a program can reassemble the parts into the single, original file.

Text-based computer languages, such as C++, are used to write programs that are subsequently compiled to binary form.
Text-based computer languages, such as C++, are used to write programs that are subsequently compiled to binary form.

Not all newsreaders handle binaries with equal ease. Many are designed primarily for handling text messages that make up the majority of posts to USENET. People should also note that files posted to USENET do not flow through a policing moderator, lacking any guarantee that it or its contents are legal, or are being legally distributed.

Discussion Comments

markaplus

I have a sumsung phone and would like to get my deleted text messages off of the sim card in that cell phone, is this possible and for how far back will the sim hold them?

Post your comments
Login:
Forgot password?
Register:
    • Movies and music may be encoded in binary format.
      By: mikkolem
      Movies and music may be encoded in binary format.
    • Binary computer codes use two digits.
      By: Thomas Pajot
      Binary computer codes use two digits.
    • Text-based computer languages, such as C++, are used to write programs that are subsequently compiled to binary form.
      By: ビッグアップジャパン
      Text-based computer languages, such as C++, are used to write programs that are subsequently compiled to binary form.