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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蔘冶 | 11100100111100111001011011101000 | e4f396e8 |
EUC-JP | 蔘冶 | 11101000111101011100110011101010 | e8f5ccea |
UTF-8 | 蔘冶 | 111010001001010010011000111001011000011010110110 | e89498e586b6 |
UHC | 蔘冶 | 11011111101110001110010110100111 | dfb8e5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)