Representation of Characters in Computer || ASCII || ISCII || UNICODE || UTF-8 || UTF-16|| UTF-32

Опубликовано: 01 Январь 1970
на канале: Grasping Python
4,955
like

Representation of Characters in Computer || ASCII || ISCII || UNICODE || UTF-8 || UTF-16|| UTF-32

Various Number System in Computer
1. Binary Number System.
2. Octal Number System.
3. Decimal Number System.
4. Hexadecimal Number System.

12 Conversation of these Number System.

Group A
Decimal Number System to Binary Number System.
Decimal Number System to Octal Number System.
Decimal Number System to Hexadecimal Number System.

Group B
Binary Number System to Decimal Number System .
Octal Number System to Decimal Number System.
Hexadecimal Number System. to Decimal Number System.

Group C:
Binary, Octal and Hexadecimal Inter Conversation total 12 Conversation.
1. Binary Number System to Octal Number System
2. Binary Number System to Hexa-Decimal Number System.
3. Octal Number System to Binary Number System
4. Octal Number System to Hexa-Decimal Number System
5. Hexa-Decimal Number System to Binary Number System
6.Hexa-Decimal Number to Octal Number System.