What character(s) does a bitstring is encoded in each character set?
| Encoding | Bitstring | Character(s) |
|---|---|---|
| ISO-8859-1 | 111000011100111011010110111010010011111100111111001111111110000111001110 | áÎÖé???áÎ |
| SJIS-WIN | 111000011100111011010110111010010011111100111111001111111110000111001110 | 睾ヨ???睾 |
| EUC-JP | 111000011100111011010110111010010011111100111111001111111110000111001110 | 疥帷???疥 |
| UTF-8 | 111000011100111011010110111010010011111100111111001111111110000111001110 | ????????? |
| UHC | 111000011100111011010110111010010011111100111111001111111110000111001110 | 逍瀧???逍 |