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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嗚???嗚 | 10011010011010100011111100111111001111111001101001101010 | 9a6a3f3f3f9a6a |
EUC-JP | 嗚???嗚 | 11010011110010110011111100111111001111111101001111001011 | d3cb3f3f3fd3cb |
UTF-8 | 嗚읪뉐떑嗚 | 111001011001011110011010111011001001110110101010111010111000100110010000111010111001011010010001111001011001011110011010 | e5979aec9daaeb8990eb9691e5979a |
UHC | 嗚읪뉐떑嗚 | 11100111111100001001111111010001100001111110010110001011101001111110011111110000 | e7f09fd187e58ba7e7f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)