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^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 讖。D讖。D^ | 111001101010100110100001010001001110011010101001101000010100010001011110 | e6a9a144e6a9a1445e |
EUC-JP | 讖。D讖。D^ | 1110110010101011100011101010000101000100111011001010101110001110101000010100010001011110 | ecab8ea144ecab8ea1445e |
UTF-8 | 讖。D讖。D^ | 111010001010111010010110111011111011110110100001010001001110100010101110100101101110111110111101101000010100010001011110 | e8ae96efbda144e8ae96efbda1445e |
UHC | 讖?D讖?D^ | 111100111101100100111111010001001111001111011001001111110100010001011110 | f3d93f44f3d93f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)