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 | 100011001001100101000101 | 8c9945 |
EUC-JP | 嫌E | 101101111111100101000101 | b7f945 |
UTF-8 | 嫌E | 11100101101010111000110001000101 | e5ab8c45 |
UHC | 嫌E | 111110101110111001000101 | faee45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)