ICT F4 : EBCDIC, ASCII, Unicode


ASPEK
EBCDIC
ASCII
Unicode
Terminology
Istilah Lengkap
Extended Binary Coded Decimal Interchange Code
American Standard Code for Information Interchange
Unicode
Purpose
Tujuan
character encoding schemes in the computer
skema pengkodan huruf/aksara/nombor/simbol dalam komputer
Developer
Pembangun
IBM
American National Standards Institute
Unicode Consortium
The Number of bits use for a character
Bilangan bit yang digunakan untuk satu aksara
uses 8 bits per character
uses 7 bits per character
later 8 bits
Variable : 8 bits, 16 bits, 32 bits
Compatibility
Keserasian
Not compatible with ASCII and Unicode
Tidak serasi dengan ASCII dan Unicode
Compatible with Unicode,
not compatible with EBCDIC
Serasi dengan Unicode, tidak serasi dengan EBCDIC
Compatible with ASCII, not compatible with EBCDIC
Serasi dengan ASCII, tidak serasi dengan EBCDIC
Jadual Kod

PERBINCANGAN - FAHAMI SITUASI INI

It's easy to fool yourself into thinking that numbers written in a file are actually the internal representation. For example, if you write 123 in a file using a text editor, is that really how the integer 123 is stored?

The file does NOT storing 123. Instead, it stores the ASCII code for the character '1', '2', and '3' (which is 31, 32, 33 in hex or 0011 0001, 0011 0010, 0011 0011 in binary).

2 comments:

Komen

Note: Only a member of this blog may post a comment.