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 | 顆晄 | 11101000111101111001110111100110 | e8f79de6 |
EUC-JP | 顆晄 | 11110000111110011101101011101000 | f0f9dae8 |
UTF-8 | 顆晄 | 111010011010000110000110111001101001100110000100 | e9a186e69984 |
UHC | 顆晄 | 11001110101010001111110011001101 | cea8fccd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)