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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 第???e^ | 10010001111001100011111100111111001111110110010101011110 | 91e63f3f3f655e |
EUC-JP | 第???e^ | 11000010111010000011111100111111001111110110010101011110 | c2e83f3f3f655e |
UTF-8 | 第얹렰렮e^ | 1110011110101100101011001110110010010110101110011110101110100000101100001110101110100000101011100110010101011110 | e7acacec96b9eba0b0eba0ae655e |
UHC | 第얹렰렮e^ | 11110000101011111011111011110001100011101011110110001110101110110110010101011110 | f0afbef18ebd8ebb655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)