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 | 藥???? | 111001010101101000111111001111110011111100111111 | e55a3f3f3f3f |
EUC-JP | 藥??孼? | 1110100110111011001111110011111110001111101110101100001100111111 | e9bb3f3f8fbac33f |
UTF-8 | 藥썲콪孼귻 | 111010001001011110100101111011001000110110110010111011001011110110101010111001011010110110111100111010101011011110111011 | e897a5ec8db2ecbdaae5adbceab7bb |
UHC | 藥썲콪孼귻 | 11100101101101111011110111100101101100011001111011100101111011011000001101000010 | e5b7bde5b19ee5ed8342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)