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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 驗憙驗枌^ | 111010011000010010011100110110001110100110000100100111100110001001011110 | e9849cd8e9849e625e |
EUC-JP | 驗憙驗枌^ | 111100011110010011011000110110101111000111100100110110111100001101011110 | f1e4d8daf1e4dbc35e |
UTF-8 | 驗憙驗枌^ | 11101001101010011001011111100110100001101001100111101001101010011001011111100110100111101000110001011110 | e9a997e68699e9a997e69e8c5e |
UHC | 驗憙驗?^ | 1111101011010000111111011111001011111010110100000011111101011110 | fad0fdf2fad03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)