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 | 曖瀋 | 10011110010000101110000001100011 | 9e42e063 |
EUC-JP | 曖瀋 | 11011011101000111101111111000100 | dba3dfc4 |
UTF-8 | 曖瀋 | 111001101001101110010110111001111000000010001011 | e69b96e7808b |
UHC | 曖瀋 | 11100100111100101110010010100011 | e4f2e4a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)