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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 醍???鼎 | 10010001111001110011111100111111001111111001001101000011 | 91e73f3f3f9343 |
| EUC-JP | 醍???鼎 | 11000010111010010011111100111111001111111100010110100100 | c2e93f3f3fc5a4 |
| UTF-8 | 醍계렮렪鼎 | 111010011000011010001101111010101011001110000100111010111010000010101110111010111010000010101010111010011011110010001110 | e9868deab384eba0aeeba0aae9bc8e |
| UHC | 醍계렮렪鼎 | 11110000101101011011000011101000100011101011101110001110101110001111000010100011 | f0b5b0e88ebb8eb8f0a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)