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^ | 10010000100100110100010010010000100100110100010001011110 | 9093449093445e |
EUC-JP | 嵩D嵩D^ | 10111111111100110100010010111111111100110100010001011110 | bff344bff3445e |
UTF-8 | 嵩D嵩D^ | 111001011011010110101001010001001110010110110101101010010100010001011110 | e5b5a944e5b5a9445e |
UHC | 嵩D嵩D^ | 11100011101000010100010011100011101000010100010001011110 | e3a144e3a1445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)