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 | 鰐瘟 | 10011000011010111110000110001001 | 986be189 |
EUC-JP | 鰐瘟 | 11001111110011001110000111101001 | cfcce1e9 |
UTF-8 | 鰐瘟 | 111010011011000010010000111001111001100010011111 | e9b090e7989f |
UHC | 鰐瘟 | 11100100110010101110100010110000 | e4cae8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)