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 | 0011111101101000 | 3f68 |
SJIS-WIN | 晩h | 100101001101001101101000 | 94d368 |
EUC-JP | 晩h | 110010001101010101101000 | c8d568 |
UTF-8 | 晩h | 11100110100110011010100101101000 | e699a968 |
UHC | 晩h | 110110001011100101101000 | d8b968 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)