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 | 円} | 10001001011111101000000101110000 | 897e8170 |
EUC-JP | 円} | 10110001110111111010000111010001 | b1dfa1d1 |
UTF-8 | 円} | 111001011000011010000110111011111011110110011101 | e58686efbd9d |
UHC | 円} | 11100101111101111010001111111101 | e5f7a3fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)