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茉 | 1110010010011101011010001110010010011101 | e49d68e49d |
EUC-JP | 茉h茉 | 1110011111111101011010001110011111111101 | e7fd68e7fd |
UTF-8 | 茉h茉 | 11101000100011001000100101101000111010001000110010001001 | e88c8968e88c89 |
UHC | 茉h茉 | 1101100011001001011010001101100011001001 | d8c968d8c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)