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^ | 11100001011010110100010011100001011010110100010001011110 | e16b44e16b445e |
EUC-JP | 疚D疚D^ | 11100001110011000100010011100001110011000100010001011110 | e1cc44e1cc445e |
UTF-8 | 疚D疚D^ | 111001111001011010011010010001001110011110010110100110100100010001011110 | e7969a44e7969a445e |
UHC | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)