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 | 愛誰 | 10001000101001001001001001001110 | 88a4924e |
EUC-JP | 愛誰 | 10110000101001101100001110101111 | b0a6c3af |
UTF-8 | 愛誰 | 111001101000010010011011111010001010101010110000 | e6849be8aab0 |
UHC | 愛誰 | 11100100111100011110001011000001 | e4f1e2c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)