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^ | 10001101110101110100010010001101110101110100010001011110 | 8dd7448dd7445e |
EUC-JP | 細D細D^ | 10111010110110010100010010111010110110010100010001011110 | bad944bad9445e |
UTF-8 | 細D細D^ | 111001111011010010110000010001001110011110110100101100000100010001011110 | e7b4b044e7b4b0445e |
UHC | 細D細D^ | 11100001101011000100010011100001101011000100010001011110 | e1ac44e1ac445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)