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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | 陌喉Y | 1110100010011001100011010100000101011001 | e8998d4159 |
EUC-JP | 陌喉Y | 1110111111111001101110011010001001011001 | eff9b9a259 |
UTF-8 | 陌喉Y | 11101001100110011000110011100101100101101000100101011001 | e9998ce5968959 |
UHC | 陌喉Y | 1101100011101000111111011010101001011001 | d8e8fdaa59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)