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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
| SJIS-WIN | 鼎???_ | 100100110100001100111111001111110011111101011111 | 93433f3f3f5f |
| EUC-JP | 鼎???_ | 110001011010010000111111001111110011111101011111 | c5a43f3f3f5f |
| UTF-8 | 鼎쾡렪렍_ | 11101001101111001000111011101100101111101010000111101011101000001010101011101011101000001000110101011111 | e9bc8eecbea1eba0aaeba08d5f |
| UHC | 鼎쾡렪렍_ | 111100001010001111000100111010011000111010111000100011101010001101011111 | f0a3c4e98eb88ea35f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)