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 | 踉鍋ヲ截 | 11100110111100101001001111100111101001101001110101000010 | e6f293e7a69d42 |
EUC-JP | 踉鍋ヲ截 | 1110110011110100110001101110100110001110101001101101100110100011 | ecf4c6e98ea6d9a3 |
UTF-8 | 踉鍋ヲ截 | 111010001011100010001001111010011000110110001011111011111011110110100110111001101000100010101010 | e8b889e98d8befbda6e688aa |
UHC | ?鍋?截 | 001111111100111010100111001111111110111110111000 | 3fcea73fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)