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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 藥???ε? | 1110010101011010001111110011111100111111100000111100001100111111 | e55a3f3f3f83c33f |
EUC-JP | 藥???ε? | 1110100110111011001111110011111100111111101001101100010100111111 | e9bb3f3f3fa6c53f |
UTF-8 | 藥띴퓥列ε톹 | 1110100010010111101001011110101110011101101101001110110110010011101001011110111110100110100111001100111010110101111011011000011010111001 | e897a5eb9db4ed93a5efa69cceb5ed86b9 |
UHC | 藥띴퓥列ε톹 | 111001011011011110001101111001001011111110001110111001101110101010100101111001011011011110001101 | e5b78de4bf8ee6eaa5e5b78d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)