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 | 顆? | 111010001111011100111111 | e8f73f |
EUC-JP | 顆? | 111100001111100100111111 | f0f93f |
UTF-8 | 顆욋 | 111010011010000110000110111011001001101010001011 | e9a186ec9a8b |
UHC | 顆욋 | 11001110101010001011111111100010 | cea8bfe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)