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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陷キ貊慕ィ脳 | 11101000100111001011011111100110101110111001010111100111101010001001010001011101 | e89cb7e6bb95e7a8945d |
EUC-JP | 陷キ貊慕ィ脳 | 111011111111110010001110101101111110110010111101110010101110100110001110101010001100011110111110 | effc8eb7ecbdcae98ea8c7be |
UTF-8 | 陷キ貊慕ィ脳 | 111010011001100110110111111011111011110110110111111010001011001010001010111001101000010110010101111011111011110110101000111010001000010010110011 | e999b7efbdb7e8b28ae68595efbda8e884b3 |
UHC | 陷?貊慕?? | 111110011110100000111111110110001110011111011001101101110011111100111111 | f9e83fd8e7d9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)