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 | 1001001001001011100100011011011101011001 | 924b91b759 |
EUC-JP | 狸孫Y | 1100001110101100110000101011100101011001 | c3acc2b959 |
UTF-8 | 狸孫Y | 11100111100010111011100011100101101011011010101101011001 | e78bb8e5adab59 |
UHC | 狸孫Y | 1101011111100001111000011101110101011001 | d7e1e1dd59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)