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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 晙H | 1111101011010111111101101011110101001000 | fad7f6bd48 |
EUC-JP | 晙?H | 1000111111000010101110100011111101001000 | 8fc2ba3f48 |
UTF-8 | 晙H | 11100110100110011001100111101110100100111010010001001000 | e69999ee93a448 |
UHC | 晙?H | 11110001110110110011111101001000 | f1db3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)