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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 晶エL | 100011111011101111110100100011101011010001001100 | 8fbbf48eb44c |
EUC-JP | 晶?エL | 101111101011110100111111100011101011010001001100 | bebd3f8eb44c |
UTF-8 | 晶エL | 11100110100110011011011011101110100011001011110111101111101111011011010001001100 | e699b6ee8cbdefbdb44c |
UHC | 晶??L | 1110111111011100001111110011111101001100 | efdc3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)