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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 蒸陌儉E | 10001111111101101110100010011001100110010100110001000101 | 8ff6e899994c45 |
EUC-JP | 蒸陌儉E | 10111110111110001110111111111001110100011010110101000101 | bef8eff9d1ad45 |
UTF-8 | 蒸陌儉E | 11101000100100101011100011101001100110011000110011100101100001001000100101000101 | e892b8e9998ce5848945 |
UHC | 蒸陌儉E | 11110001111110101101100011101000110010111111101101000101 | f1fad8e8cbfb45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)