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 | 111001000101000001000010 | e45042 |
EUC-JP | 膠B | 111001111011000101000010 | e7b142 |
UTF-8 | 膠B | 11101000100001101010000001000010 | e886a042 |
UHC | 膠B | 110011101110111101000010 | ceef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)