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 | ? | 00111111 | 3f |
SJIS-WIN | 誰 | 1001001001001110 | 924e |
EUC-JP | 誰 | 1100001110101111 | c3af |
UTF-8 | 誰 | 111010001010101010110000 | e8aab0 |
UHC | 誰 | 1110001011000001 | e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)