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^ | 11100011100101110100010011100011100101110100010001011110 | e39744e397445e |
EUC-JP | 纓D纓D^ | 11100101111101110100010011100101111101110100010001011110 | e5f744e5f7445e |
UTF-8 | 纓D纓D^ | 111001111011101010010011010001001110011110111010100100110100010001011110 | e7ba9344e7ba93445e |
UHC | 纓D纓D^ | 11100111110001010100010011100111110001010100010001011110 | e7c544e7c5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)