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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蟯??^ | 1110010110110010001111110011111101011110 | e5b23f3f5e |
EUC-JP | 蟯??^ | 1110101010110100001111110011111101011110 | eab43f3f5e |
UTF-8 | 蟯덈쭚^ | 11101000100111111010111111101011100011011000100011101100101011011001101001011110 | e89fafeb8d88ecad9a5e |
UHC | 蟯덈쭚^ | 11101001101010001000100011101011101001111001000001011110 | e9a888eba7905e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)