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^ | 10011011110100000100010010011011110100000100010001011110 | 9bd0449bd0445e |
EUC-JP | 嶢D嶢D^ | 11010110110100100100010011010110110100100100010001011110 | d6d244d6d2445e |
UTF-8 | 嶢D嶢D^ | 111001011011011010100010010001001110010110110110101000100100010001011110 | e5b6a244e5b6a2445e |
UHC | 嶢D嶢D^ | 11101000111100100100010011101000111100100100010001011110 | e8f244e8f2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)