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 | 姚ι | 10011011010011001000001111000111 | 9b4c83c7 |
EUC-JP | 姚ι | 11010101101011011010011011001001 | d5ada6c9 |
UTF-8 | 姚ι | 1110010110100111100110101100111010111001 | e5a79aceb9 |
UHC | 姚ι | 11101000111011101010010111101001 | e8eea5e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)