LoginSignup
0
0

More than 5 years have passed since last update.

文字コードとエンコードと文字集合のまとめ

Last updated at Posted at 2015-10-15

メモ

  • 文字集合: 文字の集合
    • 例: unicode, JIS X 0208
  • エンコード: 文字と数字をマッピングする方式
    • 例: UTF-8, Shift_JIS
  • 文字コード: 文字に割り当てられた「数字」
    • 例: E38182(あ in UTF-8)
  • Charset: 文字集合とエンコードを含んだもの
    • 例: Windows-31j

参照

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