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 | 100001000110000001000010 | 846042 |
EUC-JP | ЯB | 101001111100000101000010 | a7c142 |
UTF-8 | ЯB | 110100001010111101000010 | d0af42 |
UHC | ЯB | 101011001100000101000010 | acc142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)