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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 藥???ε | 11100101010110100011111100111111001111111000001111000011 | e55a3f3f3f83c3 |
EUC-JP | 藥???ε | 11101001101110110011111100111111001111111010011011000101 | e9bb3f3f3fa6c5 |
UTF-8 | 藥띴퓥列ε | 1110100010010111101001011110101110011101101101001110110110010011101001011110111110100110100111001100111010110101 | e897a5eb9db4ed93a5efa69cceb5 |
UHC | 藥띴퓥列ε | 11100101101101111000110111100100101111111000111011100110111010101010010111100101 | e5b78de4bf8ee6eaa5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)