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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 塑D塑D^ | 10010001010110010100010010010001010110010100010001011110 | 9159449159445e |
EUC-JP | 塑D塑D^ | 11000001101110100100010011000001101110100100010001011110 | c1ba44c1ba445e |
UTF-8 | 塑D塑D^ | 111001011010000110010001010001001110010110100001100100010100010001011110 | e5a19144e5a191445e |
UHC | 塑D塑D^ | 11100001101100010100010011100001101100010100010001011110 | e1b144e1b1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)