0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

# テキストファイルとバイナリファイルの違いについて

Posted at

テキストファイル : 文字列が記載されているファイル.

バイナリファイル : バイナリ(2進数)でのデータが保存されたファイル.

二つとも実はバイナリファイルである!!

テキストファイルでも実は「0, 1」で保存されている.しかし.文字コード表に従ってエンコード化(符号化)されているため,テキストエディタで開くときには文字列が表示される.

バイナリファイルも「0, 1」で保存されているが,その配列は文字コード表によって「文字」とならない. 音声データや画像データなどは専用のアプリケーションが必要であり,それに対応する「0, 1」が格納されている.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?