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 | 鼎泥 | 10010011010000111001001101000100 | 93439344 |
EUC-JP | 鼎泥 | 11000101101001001100010110100101 | c5a4c5a5 |
UTF-8 | 鼎泥 | 111010011011110010001110111001101011001110100101 | e9bc8ee6b3a5 |
UHC | 鼎泥 | 11110000101000111101001011111010 | f0a3d2fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)