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 | 藥??也? | 11100101010110100011111100111111100101101110011100111111 | e55a3f3f96e73f |
EUC-JP | 藥??也? | 11101001101110110011111100111111110011001110100100111111 | e9bb3f3fcce93f |
UTF-8 | 藥썼꽦也챧 | 111010001001011110100101111011001000110110111100111010101011110110100110111001001011100110011111111011001011000110100111 | e897a5ec8dbceabda6e4b99fecb1a7 |
UHC | 藥썼꽦也챧 | 11100101101101111011110111101000100001001011000111100101101001011010101001110001 | e5b7bde884b1e5a5aa71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)