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 | 110101101011010001001000 | d6b448 |
SJIS-WIN | ?´H | 00111111100000010100110001001000 | 3f814c48 |
EUC-JP | Ö´H | 100011111010101011010011101000011010110101001000 | 8faad3a1ad48 |
UTF-8 | Ö´H | 1100001110010110110000101011010001001000 | c396c2b448 |
UHC | ?´H | 00111111101000101010010101001000 | 3fa2a548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)