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 | ?t | 0011111101110100 | 3f74 |
SJIS-WIN | 燐t | 100101111101001101110100 | 97d374 |
EUC-JP | 燐t | 110011101101010101110100 | ced574 |
UTF-8 | 燐t | 11100111100001111001000001110100 | e7879074 |
UHC | 燐t | 110101111111001001110100 | d7f274 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)