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 | 驗憔 | 11101001100001001001110011011100 | e9849cdc |
EUC-JP | 驗憔 | 11110001111001001101100011011110 | f1e4d8de |
UTF-8 | 驗憔 | 111010011010100110010111111001101000011010010100 | e9a997e68694 |
UHC | 驗憔 | 11111010110100001111010011111011 | fad0f4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)