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 | ë¾´ | 111010111011111010110100 | ebbeb4 |
SJIS-WIN | ??´ | 00111111001111111000000101001100 | 3f3f814c |
EUC-JP | ë?´ | 100011111010101110110011001111111010000110101101 | 8fabb33fa1ad |
UTF-8 | ë¾´ | 110000111010101111000010101111101100001010110100 | c3abc2bec2b4 |
UHC | ?¾´ | 0011111110101000111110101010001010100101 | 3fa8faa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)