Is there a character set other than EBCDIC that is not a superset of 7-bit ASCII?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Yes. JIS X 0208 is not a superset of ASCII. Some versions of this standard include most of the ASCII characters, but not all of them.

A related fact is that a file encoded with UTF-16 or UTF-32 is not byte-equivalent to an ASCII file of the same characters, but since those are not character sets, and since Unicode is certainly a superset of ASCII, they do not qualify as answers to your question.

link|improve this answer
Thanks for the interesting answer! – Martin Geisler Jul 5 '11 at 9:09
feedback

There were some ISO 646 derivatives that were basically ASCII, but replaced various punctuation with various accented character. There were also Greek, Cyrillic, Arabic and Hebrew sets that laid those characters over the Latin characters; see http://en.wikipedia.org/wiki/ISO_646 for details.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.