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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 澹甞F | 1110000001010111111000010101001001000110 | e057e15246 |
EUC-JP | 澹甞F | 1101111110111000111000011011001101000110 | dfb8e1b346 |
UTF-8 | 澹甞F | 11100110101111101011100111100111100101001001111001000110 | e6beb9e7949e46 |
UHC | 澹?F | 11010011110000100011111101000110 | d3c23f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)