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 | 攷? | 100111011011110100111111 | 9dbd3f |
EUC-JP | 攷? | 110110101011111100111111 | dabf3f |
UTF-8 | 攷저 | 111001101001010010110111111011001010000010000000 | e694b7eca080 |
UHC | 攷저 | 11001101101110011100000011111010 | cdb9c0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)