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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 釶ィ螳井 | 11100111110111111010100011100101101011101000100011100100 | e7dfa8e5ae88e4 |
EUC-JP | 釶ィ螳井 | 1110111011100001100011101010100011101010101100001011000011100110 | eee18ea8eab0b0e6 |
UTF-8 | 釶ィ螳井 | 111010011000011110110110111011111011110110101000111010001001111010110011111001001011101010010101 | e987b6efbda8e89eb3e4ba95 |
UHC | ??螳井 | 001111110011111111010011110110011110111111001100 | 3f3fd3d9efcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)