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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 懈憙懈枌^ | 100111001110011010011100110110001001110011100110100111100110001001011110 | 9ce69cd89ce69e625e |
EUC-JP | 懈憙懈枌^ | 110110001110100011011000110110101101100011101000110110111100001101011110 | d8e8d8dad8e8dbc35e |
UTF-8 | 懈憙懈枌^ | 11100110100001111000100011100110100001101001100111100110100001111000100011100110100111101000110001011110 | e68788e68699e68788e69e8c5e |
UHC | 懈憙懈?^ | 1111101010101011111111011111001011111010101010110011111101011110 | faabfdf2faab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)