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 | 曖釋 | 10011110010000101110011111010111 | 9e42e7d7 |
EUC-JP | 曖釋 | 11011011101000111110111011011001 | dba3eed9 |
UTF-8 | 曖釋 | 111001101001101110010110111010011000011110001011 | e69b96e9878b |
UHC | 曖釋 | 11100100111100101110000010110111 | e4f2e0b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)