The combination of 0 and 1 that represent characters are defines by pattern called a Coding scheme.
Popular Coding scheme :
- ASCI/Extended ASCI (America Standard Code for Information Interchange)
- Can represent 256 character (2 to the power of 8 = 256)
- Used on PC and server
- EBCDIC (Extended Binary Coded Decimal Interchange Code)
- Can represent 256 character (2 to the power of 8 = 256)
- Used on IBM mainframe and high end servers
- Unicode (Uniform code capable of representing all world's languages)
- Can represent >65000 characters (2 to the power of 16 = 65000)
- Implemented in several OS (Windows, Mac OS, Linux)
^__^ TQ
No comments:
Post a Comment