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 | 聊窖 | 11100011110101101110001001111011 | e3d6e27b |
EUC-JP | 聊窖 | 11100110110110001110001111011100 | e6d8e3dc |
UTF-8 | 聊窖 | 111010001000000110001010111001111010101010010110 | e8818ae7aa96 |
UHC | 聊? | 110101101111110100111111 | d6fd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)