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 | 閼賂 | 11101000100001001001100001000111 | e8849847 |
EUC-JP | 閼賂 | 11101111111001001100111110101000 | efe4cfa8 |
UTF-8 | 閼賂 | 111010011001011010111100111010001011001110000010 | e996bce8b382 |
UHC | 閼賂 | 11100100110110011101011011110001 | e4d9d6f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)