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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 驥・逍セh | 11101001100001111010010111100111100101101011111001101000 | e987a5e796be68 |
EUC-JP | 驥・逍セh | 111100011110011110001110101001011110110111110110100011101011111001101000 | f1e78ea5edf68ebe68 |
UTF-8 | 驥・逍セh | 11101001101010011010010111101111101111011010010111101001100000001000110111101111101111011011111001101000 | e9a9a5efbda5e9808defbdbe68 |
UHC | 驥?逍?h | 11010001110010100011111111100001110011100011111101101000 | d1ca3fe1ce3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)