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 | 顆樊 | 11101000111101111001111011100110 | e8f79ee6 |
EUC-JP | 顆樊 | 11110000111110011101110011101000 | f0f9dce8 |
UTF-8 | 顆樊 | 111010011010000110000110111001101010100010001010 | e9a186e6a88a |
UHC | 顆樊 | 11001110101010001101101111100000 | cea8dbe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)