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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | "雫イ跫 | 111110100101011110001110101101001111000111100101101100101110011011101101 | fa578eb4f1e5b2e6ed |
EUC-JP | ?雫?イ跫 | 0011111110111100101101100011111110001110101100101110110011101111 | 3fbcb63f8eb2ecef |
UTF-8 | "雫イ跫 | 111011111011110010000010111010011001101110101011111011101000010110100000111011111011110110110010111010001011011110101011 | efbc82e99babee85a0efbdb2e8b7ab |
UHC | "???? | 101000111010001000111111001111110011111100111111 | a3a23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)