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 | 鼎肌 | 10010011010000111001010010100111 | 934394a7 |
EUC-JP | 鼎肌 | 11000101101001001100100010101001 | c5a4c8a9 |
UTF-8 | 鼎肌 | 111010011011110010001110111010001000001010001100 | e9bc8ee8828c |
UHC | 鼎肌 | 11110000101000111101000110111111 | f0a3d1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)