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 | 藥??墺? | 11100101010110100011111100111111100110101101001000111111 | e55a3f3f9ad23f |
EUC-JP | 藥??墺? | 11101001101110110011111100111111110101001101010000111111 | e9bb3f3fd4d43f |
UTF-8 | 藥썹텥墺들 | 111010001001011110100101111011001000110110111001111011011000010110100101111001011010001010111010111010111001001110100100 | e897a5ec8db9ed85a5e5a2baeb93a4 |
UHC | 藥썹텥墺들 | 11100101101101111011110111100111101101101001101011100111111100101011010111101001 | e5b7bde7b69ae7f2b5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)