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 | 懷囀 | 10011100111001011001101010010011 | 9ce59a93 |
EUC-JP | 懷囀 | 11011000111001111101001111110011 | d8e7d3f3 |
UTF-8 | 懷囀 | 111001101000011110110111111001011001101110000000 | e687b7e59b80 |
UHC | 懷? | 111111001110001100111111 | fce33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)