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 | 禹?禹?^ | 11100010010110100011111111100010010110100011111101011110 | e25a3fe25a3f5e |
EUC-JP | 禹?禹?^ | 11100011101110110011111111100011101110110011111101011110 | e3bb3fe3bb3f5e |
UTF-8 | 禹뾃禹뾃^ | 11100111101001101011100111101011101111101000001111100111101001101011100111101011101111101000001101011110 | e7a6b9ebbe83e7a6b9ebbe835e |
UHC | 禹뾃禹뾃^ | 111010011110000010010111010000011110100111100000100101110100000101011110 | e9e09741e9e097415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)