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 | 10010010101000101000110110111100001111110011111101000101 | 92a28dbc3f3f45 |
EUC-JP | 弔詐??E | 11000100101001001011101010111110001111110011111101000101 | c4a4babe3f3f45 |
UTF-8 | 弔詐렰렧E | 11100101101111001001010011101000101010011001000011101011101000001011000011101011101000001010011101000101 | e5bc94e8a990eba0b0eba0a745 |
UHC | 弔詐렰렧E | 111100001100000011011110111100011000111010111101100011101011011001000101 | f0c0def18ebd8eb645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)