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 | 顆1 | 11101000111101111000001001010000 | e8f78250 |
EUC-JP | 顆1 | 11110000111110011010001110110001 | f0f9a3b1 |
UTF-8 | 顆1 | 111010011010000110000110111011111011110010010001 | e9a186efbc91 |
UHC | 顆1 | 11001110101010001010001110110001 | cea8a3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)