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 | 糊曇 | 10001100110100001001001111011100 | 8cd093dc |
EUC-JP | 糊曇 | 10111000110100101100011011011110 | b8d2c6de |
UTF-8 | 糊曇 | 111001111011001110001010111001101001101110000111 | e7b38ae69b87 |
UHC | 糊曇 | 11111011110101011101001110111110 | fbd5d3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)