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 | ?啖 | 001111111001101001010110 | 3f9a56 |
EUC-JP | ?啖 | 001111111101001110110111 | 3fd3b7 |
UTF-8 | 臨啖 | 111011111010011110110110111001011001010110010110 | efa7b6e59596 |
UHC | 臨啖 | 11101100111110101101001110111010 | ecfad3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)