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 | 伊逗?畯鬧 | 100010001100100110010000100000000011111111111011011011111110100110100111 | 88c990803ffb6fe9a7 |
| EUC-JP | 伊逗?畯鬧 | 10110000110010111011111111100000001111111000111111001101101110111111001010101001 | b0cbbfe03f8fcdbbf2a9 |
| UTF-8 | 伊逗썬畯鬧 | 111001001011110010001010111010011000000010010111111011001000110110101100111001111001010110101111111010011010110010100111 | e4bc8ae98097ec8dace795afe9aca7 |
| UHC | 伊逗썬畯鬧 | 11101100101001011101010011101000101111011110001111110001111000011101011110100010 | eca5d4e8bde3f1e1d7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)