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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鍔饒鍔?^ | 1001001011010101111010010110000010010010110101010011111101011110 | 92d5e96092d53f5e |
EUC-JP | 鍔饒鍔?^ | 1100010011010111111100011100000111000100110101110011111101011110 | c4d7f1c1c4d73f5e |
UTF-8 | 鍔饒鍔뵏^ | 11101001100011011001010011101001101001011001001011101001100011011001010011101011101101011000111101011110 | e98d94e9a592e98d94ebb58f5e |
UHC | 鍔饒鍔뵏^ | 111001001100100011101001101011101110010011001000100101001001001001011110 | e4c8e9aee4c894925e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)