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 | 0011111101000101 | 3f45 |
SJIS-WIN | 姓E | 100100001010100101000101 | 90a945 |
EUC-JP | 姓E | 110000001010101101000101 | c0ab45 |
UTF-8 | 姓E | 11100101101001111001001101000101 | e5a79345 |
UHC | 姓E | 111000001111001101000101 | e0f345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)