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 | 蟲暑 | 11100101101100111000111110001011 | e5b38f8b |
EUC-JP | 蟲暑 | 11101010101101011011110111101011 | eab5bdeb |
UTF-8 | 蟲暑 | 111010001001111110110010111001101001101010010001 | e89fb2e69a91 |
UHC | 蟲暑 | 11110101111110011101111111110100 | f5f9dff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)