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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ⅱ掖 | 11111010010000011001110101110100 | fa419d74 |
EUC-JP | ?掖 | 001111111101100111010101 | 3fd9d5 |
UTF-8 | ⅱ掖 | 111000101000010110110001111001101000111010010110 | e285b1e68e96 |
UHC | ⅱ掖 | 10100101101000101110010011111010 | a5a2e4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)