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^ | 11100110110110010100010011100110110110010100010001011110 | e6d944e6d9445e |
EUC-JP | 贓D贓D^ | 11101100110110110100010011101100110110110100010001011110 | ecdb44ecdb445e |
UTF-8 | 贓D贓D^ | 111010001011010010010011010001001110100010110100100100110100010001011110 | e8b49344e8b493445e |
UHC | 贓D贓D^ | 11101101111111000100010011101101111111000100010001011110 | edfc44edfc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)