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 | 鼎? | 100100110100001100111111 | 93433f |
EUC-JP | 鼎? | 110001011010010000111111 | c5a43f |
UTF-8 | 鼎렍 | 111010011011110010001110111010111010000010001101 | e9bc8eeba08d |
UHC | 鼎렍 | 11110000101000111000111010100011 | f0a38ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)