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 | ?e^ | 001111110110010101011110 | 3f655e |
SJIS-WIN | 驗e^ | 11101001100001000110010101011110 | e984655e |
EUC-JP | 驗e^ | 11110001111001000110010101011110 | f1e4655e |
UTF-8 | 驗e^ | 1110100110101001100101110110010101011110 | e9a997655e |
UHC | 驗e^ | 11111010110100000110010101011110 | fad0655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)