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 | 10011000101011000011111101000110 | 98ac3f46 |
EUC-JP | 豫?F | 11010000101011100011111101000110 | d0ae3f46 |
UTF-8 | 豫튎F | 11101000101100011010101111101101100010101000111001000110 | e8b1abed8a8e46 |
UHC | 豫튎F | 1110011111100011101110100100001001000110 | e7e3ba4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)