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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 螟キ螟キ^ | 11100101101001001011011111100101101001001011011101011110 | e5a4b7e5a4b75e |
EUC-JP | 螟キ螟キ^ | 111010101010011010001110101101111110101010100110100011101011011101011110 | eaa68eb7eaa68eb75e |
UTF-8 | 螟キ螟キ^ | 11101000100111101001111111101111101111011011011111101000100111101001111111101111101111011011011101011110 | e89e9fefbdb7e89e9fefbdb75e |
UHC | 螟?螟?^ | 11011001101011010011111111011001101011010011111101011110 | d9ad3fd9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)