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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 贖h贖 | 1110011011011100011010001110011011011100 | e6dc68e6dc |
EUC-JP | 贖h贖 | 1110110011011110011010001110110011011110 | ecde68ecde |
UTF-8 | 贖h贖 | 11101000101101001001011001101000111010001011010010010110 | e8b49668e8b496 |
UHC | 贖h贖 | 1110000111011011011010001110000111011011 | e1db68e1db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)