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 | ?P | 0011111101010000 | 3f50 |
SJIS-WIN | 測P | 100100011010101001010000 | 91aa50 |
EUC-JP | 測P | 110000101010110001010000 | c2ac50 |
UTF-8 | 測P | 11100110101110001010110001010000 | e6b8ac50 |
UHC | 測P | 111101101011010001010000 | f6b450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)