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 | 鬘乗㊧蜑ス | 111010011010000110001111111001101000011110001000111001011000100110111101 | e9a18fe68788e589bd |
EUC-JP | 鬘乗?蜑ス | 111100101010001110111110111010000011111111101001111010011000111010111101 | f2a3bee83fe9e98ebd |
UTF-8 | 鬘乗㊧蜑ス | 111010011010110010011000111001001011100110010111111000111000101010100111111010001001110010010001111011111011110110111101 | e9ac98e4b997e38aa7e89c91efbdbd |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)