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 | 茱イ螟イ^ | 11100100101000111011001011100101101001001011001001011110 | e4a3b2e5a4b25e |
EUC-JP | 茱イ螟イ^ | 111010001010010110001110101100101110101010100110100011101011001001011110 | e8a58eb2eaa68eb25e |
UTF-8 | 茱イ螟イ^ | 11101000100011001011000111101111101111011011001011101000100111101001111111101111101111011011001001011110 | e88cb1efbdb2e89e9fefbdb25e |
UHC | 茱?螟?^ | 11100010101111000011111111011001101011010011111101011110 | e2bc3fd9ad3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)