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 | 111001001000100001000101 | e48845 |
EUC-JP | 艾E | 111001111110100001000101 | e7e845 |
UTF-8 | 艾E | 11101000100010011011111001000101 | e889be45 |
UHC | 艾E | 111001001111010101000101 | e4f545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)