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 | 鼎杞 | 10010011010000111001111001011000 | 93439e58 |
EUC-JP | 鼎杞 | 11000101101001001101101110111001 | c5a4dbb9 |
UTF-8 | 鼎杞 | 111010011011110010001110111001101001110110011110 | e9bc8ee69d9e |
UHC | 鼎杞 | 11110000101000111101000110100011 | f0a3d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)