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 | 鼎탰 | 111010011011110010001110111011011000001110110000 | e9bc8eed83b0 |
UHC | 鼎탰 | 11110000101000111100010111001001 | f0a3c5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)