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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 懌洟壯 | 100111001110001010011111101001001001101011100001 | 9ce29fa49ae1 |
EUC-JP | 懌洟壯 | 110110001110010011011110101001101101010011100011 | d8e4dea6d4e3 |
UTF-8 | 懌洟壯 | 111001101000011110001100111001101011010010011111111001011010001110101111 | e6878ce6b49fe5a3af |
UHC | ??壯 | 00111111001111111110110111100000 | 3f3fede0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)