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^ | 11100000101111010100010011100000101111010100010001011110 | e0bd44e0bd445e |
EUC-JP | 狄D狄D^ | 11100000101111110100010011100000101111110100010001011110 | e0bf44e0bf445e |
UTF-8 | 狄D狄D^ | 111001111000101110000100010001001110011110001011100001000100010001011110 | e78b8444e78b84445e |
UHC | 狄D狄D^ | 11101110110110100100010011101110110110100100010001011110 | eeda44eeda445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)