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 | 佞截 | 10011011010000111001110101000010 | 9b439d42 |
EUC-JP | 佞截 | 11010101101001001101100110100011 | d5a4d9a3 |
UTF-8 | 佞截 | 111001001011110110011110111001101000100010101010 | e4bd9ee688aa |
UHC | ?截 | 001111111110111110111000 | 3fefb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)