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 | ?ι | 001111111000001111000111 | 3f83c7 |
EUC-JP | 旿ι | 1000111111000001111101001010011011001001 | 8fc1f4a6c9 |
UTF-8 | 旿ι | 1110011010010111101111111100111010111001 | e697bfceb9 |
UHC | 旿ι | 11100111111110101010010111101001 | e7faa5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)