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 | æè¢c^ | 1110011011101000101000100110001101011110 | e6e8a2635e |
SJIS-WIN | ??¢c^ | 001111110011111110000001100100010110001101011110 | 3f3f8191635e |
EUC-JP | æè¢c^ | 10001111101010011100000110001111101010111011001010100001111100010110001101011110 | 8fa9c18fabb2a1f1635e |
UTF-8 | æè¢c^ | 1100001110100110110000111010100011000010101000100110001101011110 | c3a6c3a8c2a2635e |
UHC | æ??c^ | 101010011010000100111111001111110110001101011110 | a9a13f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)