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 | 蟇嗷 | 11100101101011111001101001110010 | e5af9a72 |
EUC-JP | 蟇嗷 | 11101010101100011101001111010011 | eab1d3d3 |
UTF-8 | 蟇嗷 | 111010001001111110000111111001011001011110110111 | e89f87e597b7 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)