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^ | 00111111001111110100010001011110 | 3f3f445e |
SJIS-WIN | 贈?D^ | 1001000110100001001111110100010001011110 | 91a13f445e |
EUC-JP | 贈?D^ | 1100001010100011001111110100010001011110 | c2a33f445e |
UTF-8 | 贈렢D^ | 1110100010110100100010001110101110100000101000100100010001011110 | e8b488eba0a2445e |
UHC | 贈렢D^ | 111100011111110010001110101100110100010001011110 | f1fc8eb3445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)