Suggested Answer
A character set is independent of a coded representation. A coded character set is the coded representation of a set of characters, where each character is assigned a numerical position, called a code point, in the encoding scheme.For example, the number code for the character ‘ a could be decimal 97 and a ‘space’ character could be 32. When a character is stored on a computer system it is therefore the number code that is actually stored (as a binary number).What is a character set?A character set is a complete set of characters and their number codes that can be recognized by a computer system.How is a character set represented in a computer system?In order to represent characters in a computer, each code point in a coded character set must be mapped to a sequence of bits.Thus, a character in a character set is assigned a numerical position.To know more about the character set:https://brainly.com/question/28480297#SPJ1