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 | 111100001101000001101000 | f0d068 |
SJIS-WIN | ??h | 001111110011111101101000 | 3f3f68 |
EUC-JP | ð?h | 1000111110101001110000110011111101101000 | 8fa9c33f68 |
UTF-8 | ðÐh | 1100001110110000110000111001000001101000 | c3b0c39068 |
UHC | ðÐh | 1010100110100011101010001010001001101000 | a9a3a8a268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)