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 | ç´°GB | 1110011110110100101100000100011101000010 | e7b4b04742 |
SJIS-WIN | ?´°GB | 00111111100000010100110010000001100010110100011101000010 | 3f814c818b4742 |
EUC-JP | ç´°GB | 100011111010101110101110101000011010110110100001111010110100011101000010 | 8fabaea1ada1eb4742 |
UTF-8 | ç´°GB | 1100001110100111110000101011010011000010101100000100011101000010 | c3a7c2b4c2b04742 |
UHC | ?´°GB | 00111111101000101010010110100001110001100100011101000010 | 3fa2a5a1c64742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)