To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
| Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
|---|---|---|---|
| ISO-8859-1 | ì²Zí£ | 11101100101100101010110101011010111011011001101010100011 | ecb2ad5aed9aa3 |
| SJIS-WIN | ???Z??£ | 0011111100111111001111110101101000111111001111111000000110010010 | 3f3f3f5a3f3f8192 |
| EUC-JP | ì??Zí?£ | 100011111010101111000000001111110011111101011010100011111010101110111111001111111010000111110010 | 8fabc03f3f5a8fabbf3fa1f2 |
| UTF-8 | ì²Zí£ | 11000011101011001100001010110010110000101010110101011010110000111010110111000010100110101100001010100011 | c3acc2b2c2ad5ac3adc29ac2a3 |
| UHC | ?²Z??? | 001111111010100111110111101000011010100101011010001111110011111100111111 | 3fa9f7a1a95a3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)