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 | ?^ | 0011111101011110 | 3f5e |
SJIS-WIN | 絮^ | 111000110101000001011110 | e3505e |
EUC-JP | 絮^ | 111001011011000101011110 | e5b15e |
UTF-8 | 絮^ | 11100111101101011010111001011110 | e7b5ae5e |
UHC | 絮^ | 110111111111110001011110 | dffc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)