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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 螟夊鳩h | 11100101101001001001101011101000100101001011010101101000 | e5a49ae894b568 |
EUC-JP | 螟夊鳩h | 11101010101001101101010011101010110010001011011101101000 | eaa6d4eac8b768 |
UTF-8 | 螟夊鳩h | 11101000100111101001111111100101101001001000101011101001101100111010100101101000 | e89e9fe5a48ae9b3a968 |
UHC | 螟?鳩h | 110110011010110100111111110011111100110101101000 | d9ad3fcfcd68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)