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 | 蟷礼楞^ | 11100101101110011001011111100111100111101011111101011110 | e5b997e79ebf5e |
EUC-JP | 蟷礼楞^ | 11101010101110111100111011101001110111001100000101011110 | eabbcee9dcc15e |
UTF-8 | 蟷礼楞^ | 11101000100111111011011111100111101001001011110011100110101001011001111001011110 | e89fb7e7a4bce6a59e5e |
UHC | ??楞^ | 0011111100111111110101111101000101011110 | 3f3fd7d15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)