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 | 鶯辞煜湿^ | 111010011111001010001110101010111111101101010101100011101011110001011110 | e9f28eabfb558ebc5e |
EUC-JP | 鶯辞煜湿^ | 11110010111101001011110010101101100011111100100111111100101111001011111001011110 | f2f4bcad8fc9fcbcbe5e |
UTF-8 | 鶯辞煜湿^ | 11101001101101101010111111101000101111101001111011100111100001011001110011100110101110011011111101011110 | e9b6afe8be9ee7859ce6b9bf5e |
UHC | 鶯?煜?^ | 11100101101000110011111111101001111100100011111101011110 | e5a33fe9f23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)