What character(s) does a bitstring is encoded in each character set?
| Encoding | Bitstring | Character(s) |
|---|---|---|
| ISO-8859-1 | 1100000011100100001111110011111100111111010110101100000011100100 | Àä???ZÀä |
| SJIS-WIN | 1100000011100100001111110011111100111111010110101100000011100100 | タ???Zタ |
| EUC-JP | 1100000011100100001111110011111100111111010110101100000011100100 | 絶???Z絶 |
| UTF-8 | 1100000011100100001111110011111100111111010110101100000011100100 | ?????Z?? |
| UHC | 1100000011100100001111110011111100111111010110101100000011100100 | 잤???Z잤 |