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 | 矜睚 | 11100001111000001110000111001000 | e1e0e1c8 |
EUC-JP | 矜睚 | 11100010111000101110001011001010 | e2e2e2ca |
UTF-8 | 矜睚 | 111001111001111110011100111001111001110110011010 | e79f9ce79d9a |
UHC | 矜? | 110100001110100000111111 | d0e83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)