InterviewSolution
Saved Bookmarks
| 1. |
A standard encoding system of representing characters is ____ |
|
Answer» aracter ENCODING standards, such as those in the ISO 8859 SERIES, use a single byte for a GIVEN character and the encoding is a straightforward mapping to the SCALAR position of the characters in the coded character SET. ... The encoding forms that can be used with Unicode are called UTF-8, UTF-16, and UTF-32. |
|