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 | 踉鍋ヲ捐 | 11100110111100101001001111100111101001101001110101101111 | e6f293e7a69d6f |
EUC-JP | 踉鍋ヲ捐 | 1110110011110100110001101110100110001110101001101101100111010000 | ecf4c6e98ea6d9d0 |
UTF-8 | 踉鍋ヲ捐 | 111010001011100010001001111010011000110110001011111011111011110110100110111001101000110110010000 | e8b889e98d8befbda6e68d90 |
UHC | ?鍋?捐 | 001111111100111010100111001111111110011011001000 | 3fcea73fe6c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)