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 | 鼎耆 | 10010011010000111110001111001011 | 9343e3cb |
EUC-JP | 鼎耆 | 11000101101001001110011011001101 | c5a4e6cd |
UTF-8 | 鼎耆 | 111010011011110010001110111010001000000010000110 | e9bc8ee88086 |
UHC | 鼎耆 | 11110000101000111101000110111101 | f0a3d1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)