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 | 111010001100000101000010 | e8c142 |
EUC-JP | 霖B | 111100001100001101000010 | f0c342 |
UTF-8 | 霖B | 11101001100111001001011001000010 | e99c9642 |
UHC | 霖B | 110101111111110101000010 | d7fd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)