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 | 111000001001100001000101 | e09845 |
EUC-JP | 燔E | 110111111111100001000101 | dff845 |
UTF-8 | 燔E | 11100111100001111001010001000101 | e7879445 |
UHC | 燔E | 110110111110001001000101 | dbe245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)