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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 贄贄B | 1110011011010001111001101101000101000010 | e6d1e6d142 |
EUC-JP | 贄贄B | 1110110011010011111011001101001101000010 | ecd3ecd342 |
UTF-8 | 贄贄B | 11101000101101001000010011101000101101001000010001000010 | e8b484e8b48442 |
UHC | 贄贄B | 1111001010111110111100101011111001000010 | f2bef2be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)