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 | 雲?d?懇 | 1000100101011111001111111000001010000100001111111000110110100111 | 895f3f82843f8da7 |
| EUC-JP | 雲?d?懇 | 1011000111000000001111111010001111100100001111111011101010101001 | b1c03fa3e43fbaa9 |
| UTF-8 | 雲뜹d뤋懇 | 111010011001101110110010111010111001110010111001111011111011110110000100111010111010010010001011111001101000011110000111 | e99bb2eb9cb9efbd84eba48be68787 |
| UHC | 雲뜹d뤋懇 | 11101010101000111011011011100101101000111110010010001111101110111100101011010000 | eaa3b6e5a3e48fbbcad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)