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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 礦礦^ | 1110000111100110111000011110011001011110 | e1e6e1e65e |
EUC-JP | 礦礦^ | 1110001011101000111000101110100001011110 | e2e8e2e85e |
UTF-8 | 礦礦^ | 11100111101001001010011011100111101001001010011001011110 | e7a4a6e7a4a65e |
UHC | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)