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 | 渉渉^ | 100011111100001011111001111110001000111111000010111110011111011001011110 | 8fc2f9f88fc2f9f65e |
EUC-JP | 渉?渉?^ | 10111110110001000011111110111110110001000011111101011110 | bec43fbec43f5e |
UTF-8 | 渉渉^ | 11100110101110001000100111101110100111011001001111100110101110001000100111101110100111011001000101011110 | e6b889ee9d93e6b889ee9d915e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)