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 | ??rE | 00111111001111110111001001000101 | 3f3f7245 |
SJIS-WIN | ?貂rE | 0011111111100110101110000111001001000101 | 3fe6b87245 |
EUC-JP | 嶴貂rE | 10001111101110111111001111101100101110100111001001000101 | 8fbbf3ecba7245 |
UTF-8 | 嶴貂rE | 1110010110110110101101001110100010110010100000100111001001000101 | e5b6b4e8b2827245 |
UHC | ?貂rE | 0011111111110101101100000111001001000101 | 3ff5b07245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)