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 | 臧??嵌? | 11100100011010000011111100111111100110111100011000111111 | e4683f3f9bc63f |
EUC-JP | 臧??嵌? | 11100111110010010011111100111111110101101100100000111111 | e7c93f3fd6c83f |
UTF-8 | 臧얩렗嵌뇹 | 111010001000011110100111111011001001011010101001111010111010000010010111111001011011010110001100111010111000011110111001 | e887a7ec96a9eba097e5b58ceb87b9 |
UHC | 臧얩렗嵌뇹 | 11101101111101011011111011101101100011101010110011001010111011101011010010100110 | edf5beed8eaccaeeb4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)