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 | 100111110110011001000101 | 9f6645 |
EUC-JP | 歿E | 110111011100011101000101 | ddc745 |
UTF-8 | 歿E | 11100110101011011011111101000101 | e6adbf45 |
UHC | 歿E | 110110011101000101000101 | d9d145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)