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 | 崛喩 | 10011011101111111001101001100111 | 9bbf9a67 |
EUC-JP | 崛喩 | 11010110110000011101001111001000 | d6c1d3c8 |
UTF-8 | 崛喩 | 111001011011010010011011111001011001011010101001 | e5b49be596a9 |
UHC | ?喩 | 001111111110101011100111 | 3feae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)