What do you understand by code point ?
15 Likes
Code point refers to a code from a code space that represents a single character from the character set represented by an encoding scheme. For example, 0x41 is one code point of ASCII that represents character 'A'.
Answered By
8 Likes
What are ASCII and ISCII ? Why are these used ?
What are UTF-8 and UTF-32 encoding schemes. Which one is more popular encoding scheme ?
What is the difference between fixed length and variable length encoding schemes ?
Convert the following binary numbers to decimal:
(a) 1101
(b) 111010
(c) 101011111