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 | 贖粋蟹莪у | 11100110110111001001000010001000100010100100100111100100101011101000010010000101 | e6dc90888a49e4ae8485 |
| EUC-JP | 贖粋蟹莪у | 11101100110111101011111111101000101100111010101011101000101100001010011111100101 | ecdebfe8b3aae8b0a7e5 |
| UTF-8 | 贖粋蟹莪у | 1110100010110100100101101110011110110010100010111110100010011111101110011110100010001110101010101101000110000011 | e8b496e7b28be89fb9e88eaad183 |
| UHC | 贖?蟹莪у | 111000011101101100111111111110101010111111100100101101011010110011100101 | e1db3ffaafe4b5ace5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)