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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蒿埼秋跣 | 1110010011100100100011011110100110001111010010001110011011101111 | e4e48de98f48e6ef |
EUC-JP | 蒿埼秋跣 | 1110100011100110101110101110101110111101101010011110110011110001 | e8e6baebbda9ecf1 |
UTF-8 | 蒿埼秋跣 | 111010001001001010111111111001011001111110111100111001111010011110001011111010001011011110100011 | e892bfe59fbce7a78be8b7a3 |
UHC | 蒿埼秋跣 | 1111101111011010110100001111001011110101110101011110000011010011 | fbdad0f2f5d5e0d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)