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 | 譽瑚ュッ驢 | 1110011010100011100011001110100010101101101011111110100110000110 | e6a38ce8adafe986 |
EUC-JP | 譽瑚ュッ驢 | 11101100101001011011100011101010100011101010110110001110101011111111000111100110 | eca5b8ea8ead8eaff1e6 |
UTF-8 | 譽瑚ュッ驢 | 111010001010110110111101111001111001000110011010111011111011110110101101111011111011110110101111111010011010100110100010 | e8adbde7919aefbdadefbdafe9a9a2 |
UHC | 譽瑚??驢 | 1110011111100010111110111101000100111111001111111101010111110000 | e7e2fbd13f3fd5f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)