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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 鍔?^ | 10010010110101010011111101011110 | 92d53f5e |
EUC-JP | 鍔?^ | 11000100110101110011111101011110 | c4d73f5e |
UTF-8 | 鍔봮^ | 11101001100011011001010011101011101101001010111001011110 | e98d94ebb4ae5e |
UHC | 鍔봮^ | 1110010011001000100101000110111101011110 | e4c8946f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)