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^ | 11100011100010000100010011100011100010000100010001011110 | e38844e388445e |
EUC-JP | 繹D繹D^ | 11100101111010000100010011100101111010000100010001011110 | e5e844e5e8445e |
UTF-8 | 繹D繹D^ | 111001111011100110111001010001001110011110111001101110010100010001011110 | e7b9b944e7b9b9445e |
UHC | 繹D繹D^ | 11100110101110100100010011100110101110100100010001011110 | e6ba44e6ba445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)