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 | ìßH | 111011001101111101001000 | ecdf48 |
SJIS-WIN | ??H | 001111110011111101001000 | 3f3f48 |
EUC-JP | ìßH | 10001111101010111100000010001111101010011100111001001000 | 8fabc08fa9ce48 |
UTF-8 | ìßH | 1100001110101100110000111001111101001000 | c3acc39f48 |
UHC | ?ßH | 00111111101010011010110001001000 | 3fa9ac48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)