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 | 蛭? | 100101010110011100111111 | 95673f |
EUC-JP | 蛭? | 110010011100100000111111 | c9c83f |
UTF-8 | 蛭석 | 111010001001101110101101111011001000010010011101 | e89badec849d |
UHC | 蛭석 | 11110010111101001011110010101110 | f2f4bcae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)