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 | 率胖 | 10010111101001101110001111110100 | 97a6e3f4 |
EUC-JP | 率胖 | 11001110101010001110011011110110 | cea8e6f6 |
UTF-8 | 率胖 | 111001111000111010000111111010001000001110010110 | e78e87e88396 |
UHC | 率? | 111000011110001100111111 | e1e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)