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 | ÞëB | 110111101110101101000010 | deeb42 |
SJIS-WIN | ??B | 001111110011111101000010 | 3f3f42 |
EUC-JP | ÞëB | 10001111101010011011000010001111101010111011001101000010 | 8fa9b08fabb342 |
UTF-8 | ÞëB | 1100001110011110110000111010101101000010 | c39ec3ab42 |
UHC | Þ?B | 10101000101011010011111101000010 | a8ad3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)