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 | 100100010110101101000010 | 916b42 |
EUC-JP | 遡B | 110000011100110001000010 | c1cc42 |
UTF-8 | 遡B | 11101001100000011010000101000010 | e981a142 |
UHC | 遡B | 111000011100111101000010 | e1cf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)