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 | 轜粋蟹蕷у | 11100111011111101001000010001000100010100100100111100101010100001000010010000101 | e77e90888a49e5508485 |
| EUC-JP | 轜粋蟹蕷у | 11101101110111111011111111101000101100111010101011101001101100011010011111100101 | eddfbfe8b3aae9b1a7e5 |
| UTF-8 | 轜粋蟹蕷у | 1110100010111101100111001110011110110010100010111110100010011111101110011110100010010101101101111101000110000011 | e8bd9ce7b28be89fb9e895b7d183 |
| UHC | ??蟹?у | 00111111001111111111101010101111001111111010110011100101 | 3f3ffaaf3face5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)