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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莠・魃。陬ス | 111001001011101010100101111010011010111110100001111010001010001110111101 | e4baa5e9afa1e8a3bd |
EUC-JP | 莠・魃。陬ス | 111010001011110010001110101001011111001010110001100011101010000111110000101001011000111010111101 | e8bc8ea5f2b18ea1f0a58ebd |
UTF-8 | 莠・魃。陬ス | 111010001000111010100000111011111011110110100101111010011010110110000011111011111011110110100001111010011001100110101100111011111011110110111101 | e88ea0efbda5e9ad83efbda1e999acefbdbd |
UHC | ??魃??? | 00111111001111111101101110100110001111110011111100111111 | 3f3fdba63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)