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 | ?B | 0011111101000010 | 3f42 |
SJIS-WIN | 冤B | 100110010110110001000010 | 996c42 |
EUC-JP | 冤B | 110100011100110101000010 | d1cd42 |
UTF-8 | 冤B | 11100101100001101010010001000010 | e586a442 |
UHC | ?B | 0011111101000010 | 3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)