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 | 100010111111101101000101 | 8bfb45 |
EUC-JP | 屑E | 101101101111110101000101 | b6fd45 |
UTF-8 | 屑E | 11100101101100011001000101000101 | e5b19145 |
UHC | 屑E | 111000001101101001000101 | e0da45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)