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^ | 10011111110010000100010010011111110010000100010001011110 | 9fc8449fc8445e |
EUC-JP | 淙D淙D^ | 11011110110010100100010011011110110010100100010001011110 | deca44deca445e |
UTF-8 | 淙D淙D^ | 111001101011011110011001010001001110011010110111100110010100010001011110 | e6b79944e6b799445e |
UHC | 淙D淙D^ | 11110000111110000100010011110000111110000100010001011110 | f0f844f0f8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)