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 | ?ι | 001111111010011011001001 | 3fa6c9 |
UTF-8 | 깨ι | 1110101010111001101010001100111010111001 | eab9a8ceb9 |
UHC | 깨ι | 10110001111110101010010111101001 | b1faa5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)