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 | ??v | 001111110011111101110110 | 3f3f76 |
SJIS-WIN | 中?v | 10010010100001100011111101110110 | 92863f76 |
EUC-JP | 中?v | 11000011111001100011111101110110 | c3e63f76 |
UTF-8 | 中렏v | 11100100101110001010110111101011101000001000111101110110 | e4b8adeba08f76 |
UHC | 中렏v | 1111000111101001100011101010010101110110 | f1e98ea576 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)