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^ | 10001000110001000100010010001000110001000100010001011110 | 88c44488c4445e |
EUC-JP | 案D案D^ | 10110000110001100100010010110000110001100100010001011110 | b0c644b0c6445e |
UTF-8 | 案D案D^ | 111001101010000110001000010001001110011010100001100010000100010001011110 | e6a18844e6a188445e |
UHC | 案D案D^ | 11100100110100000100010011100100110100000100010001011110 | e4d044e4d0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)