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 | 0011111101011111001111110101111101000101 | 3f5f3f5f45 |
SJIS-WIN | 雨_雨_E | 10001001010010100101111110001001010010100101111101000101 | 894a5f894a5f45 |
EUC-JP | 雨_雨_E | 10110001101010110101111110110001101010110101111101000101 | b1ab5fb1ab5f45 |
UTF-8 | 雨_雨_E | 111010011001101110101000010111111110100110011011101010000101111101000101 | e99ba85fe99ba85f45 |
UHC | 雨_雨_E | 11101001111010110101111111101001111010110101111101000101 | e9eb5fe9eb5f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)