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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 藥??}B | 111001010101101000111111001111110111110101000010 | e55a3f3f7d42 |
EUC-JP | 藥??}B | 111010011011101100111111001111110111110101000010 | e9bb3f3f7d42 |
UTF-8 | 藥썼퀕}B | 1110100010010111101001011110110010001101101111001110110110000000100101010111110101000010 | e897a5ec8dbced80957d42 |
UHC | 藥썼퀕}B | 1110010110110111101111011110100010110011100010100111110101000010 | e5b7bde8b38a7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)