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^ | 100110101101111100111111001111110110001101011110 | 9adf3f3f635e |
EUC-JP | 壤??c^ | 110101001110000100111111001111110110001101011110 | d4e13f3f635e |
UTF-8 | 壤€씇c^ | 1110010110100011101001001110001010000010101011001110110010010100100001110110001101011110 | e5a3a4e282acec9487635e |
UHC | 壤€씇c^ | 1110010110111101101000101110011010011101100111110110001101011110 | e5bda2e69d9f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)