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 | ?E | 0011111101000101 | 3f45 |
SJIS-WIN | 燒E | 111000001001011001000101 | e09645 |
EUC-JP | 燒E | 110111111111011001000101 | dff645 |
UTF-8 | 燒E | 11100111100001111001001001000101 | e7879245 |
UHC | 燒E | 111000011100000001000101 | e1c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)