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 | 譏殼 | 11100110100110001001111101110110 | e6989f76 |
EUC-JP | 譏殼 | 11101011111110001101110111010111 | ebf8ddd7 |
UTF-8 | 譏殼 | 111010001010110110001111111001101010111010111100 | e8ad8fe6aebc |
UHC | 譏殼 | 11010001110000011100101011000011 | d1c1cac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)