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 | 觴? | 111001100101101100111111 | e65b3f |
EUC-JP | 觴宬 | 1110101110111100100011111011101011010011 | ebbc8fbad3 |
UTF-8 | 觴宬 | 111010001010011110110100111001011010111010101100 | e8a7b4e5aeac |
UHC | 觴宬 | 11011111110110001110000011110100 | dfd8e0f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)