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 | ∵? | 100000011110011000111111 | 81e63f |
EUC-JP | ∵? | 101000101110100000111111 | a2e83f |
UTF-8 | ∵▩ | 111000101000100010110101111000101001011010101001 | e288b5e296a9 |
UHC | ∵▩ | 10100001111100011010001011001100 | a1f1a2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)