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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蓙カ邯鍋 | 11100100111001101011011011100111101101101001001111100111 | e4e6b6e7b693e7 |
EUC-JP | 蓙カ邯鍋 | 1110100011101000100011101011011011101110101110001100011011101001 | e8e88eb6eeb8c6e9 |
UTF-8 | 蓙カ邯鍋 | 111010001001001110011001111011111011110110110110111010011000001010101111111010011000110110001011 | e89399efbdb6e982afe98d8b |
UHC | ??邯鍋 | 001111110011111111001010111110111100111010100111 | 3f3fcafbcea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)