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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 執爵 | 10001110101101111000111011011101 | 8eb78edd |
EUC-JP | 執爵 | 10111100101110011011110011011111 | bcb9bcdf |
UTF-8 | 執爵 | 111001011001111110110111111001111000100010110101 | e59fb7e788b5 |
UHC | 執爵 | 11110010111110111110110111001001 | f2fbedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)