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^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 鞜懷穀c^ | 1110100011011111100111001110010110001101100100100110001101011110 | e8df9ce58d92635e |
EUC-JP | 鞜懷穀c^ | 1111000011100001110110001110011110111001111100100110001101011110 | f0e1d8e7b9f2635e |
UTF-8 | 鞜懷穀c^ | 1110100110011110100111001110011010000111101101111110011110101001100000000110001101011110 | e99e9ce687b7e7a980635e |
UHC | ?懷穀c^ | 00111111111111001110001111001101110110100110001101011110 | 3ffce3cdda635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)