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^ | 1110100010110100100010001110101110100000101000100100010001011110 | e8b488eba0a2445e |
SJIS-WIN | ?´???¢D^ | 00111111100000010100110000111111001111110011111110000001100100010100010001011110 | 3f814c3f3f3f8191445e |
EUC-JP | è´?ë?¢D^ | 1000111110101011101100101010000110101101001111111000111110101011101100110011111110100001111100010100010001011110 | 8fabb2a1ad3f8fabb33fa1f1445e |
UTF-8 | è´ë ¢D^ | 1100001110101000110000101011010011000010100010001100001110101011110000101010000011000010101000100100010001011110 | c3a8c2b4c288c3abc2a0c2a2445e |
UHC | ?´????D^ | 001111111010001010100101001111110011111100111111001111110100010001011110 | 3fa2a53f3f3f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)