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 | 率苹 | 10010111101001101110010010011001 | 97a6e499 |
EUC-JP | 率苹 | 11001110101010001110011111111001 | cea8e7f9 |
UTF-8 | 率苹 | 111001111000111010000111111010001000101110111001 | e78e87e88bb9 |
UHC | 率? | 111000011110001100111111 | e1e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)