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 | ç´[BF | 111001111001100010110100010110110100001001000110 | e798b45b4246 |
SJIS-WIN | ??´[BF | 00111111001111111000000101001100010110110100001001000110 | 3f3f814c5b4246 |
EUC-JP | ç?´[BF | 100011111010101110101110001111111010000110101101010110110100001001000110 | 8fabae3fa1ad5b4246 |
UTF-8 | ç´[BF | 110000111010011111000010100110001100001010110100010110110100001001000110 | c3a7c298c2b45b4246 |
UHC | ??´[BF | 00111111001111111010001010100101010110110100001001000110 | 3f3fa2a55b4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)