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 | 閻薩 | 11101000100001011000111001000110 | e8858e46 |
EUC-JP | 閻薩 | 11101111111001011011101110100111 | efe5bba7 |
UTF-8 | 閻薩 | 111010011001011010111011111010001001011010101001 | e996bbe896a9 |
UHC | 閻薩 | 11100111101000101101111110110001 | e7a2dfb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)