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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 中嶝??E | 10010010100001101001101111010001001111110011111101000101 | 92869bd13f3f45 |
EUC-JP | 中嶝??E | 11000011111001101101011011010011001111110011111101000101 | c3e6d6d33f3f45 |
UTF-8 | 中嶝렰렭E | 11100100101110001010110111100101101101101001110111101011101000001011000011101011101000001010110101000101 | e4b8ade5b69deba0b0eba0ad45 |
UHC | 中嶝렰렭E | 111100011110100111010100111100011000111010111101100011101011101001000101 | f1e9d4f18ebd8eba45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)