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 | 恙郁 | 10011100100110011000100011101000 | 9c9988e8 |
EUC-JP | 恙郁 | 11010111111110011011000011101010 | d7f9b0ea |
UTF-8 | 恙郁 | 111001101000000110011001111010011000001110000001 | e68199e98381 |
UHC | 恙郁 | 11100101101111111110100111110100 | e5bfe9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)