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 | 蟯룬㉦^ | 11101000100111111010111111101011101000111010110011100011100010011010011001011110 | e89fafeba3ace389a65e |
UHC | 蟯룬㉦^ | 11101001101010001011011111101001101010001011011101011110 | e9a8b7e9a8b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)