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 | 鼎羈 | 10010011010000111110001110110001 | 9343e3b1 |
EUC-JP | 鼎羈 | 11000101101001001110011010110011 | c5a4e6b3 |
UTF-8 | 鼎羈 | 111010011011110010001110111001111011111010001000 | e9bc8ee7be88 |
UHC | 鼎羈 | 11110000101000111101000110111100 | f0a3d1bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)