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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | 節?????e^ | 100100001101111100111111001111110011111100111111001111110110010101011110 | 90df3f3f3f3f3f655e |
EUC-JP | 節?????e^ | 110000001110000100111111001111110011111100111111001111110110010101011110 | c0e13f3f3f3f3f655e |
UTF-8 | 節억쉿廉뉛푻e^ | 1110011110101111100000001110110010010110101101011110110010001001101111111110111110100110101000101110101110001001100110111110110110010001101110110110010101011110 | e7af80ec96b5ec89bfefa6a2eb899bed91bb655e |
UHC | 節억쉿廉뉛푻e^ | 1110111110111101101111101110111110111101101100101110011011110101100001111110111110111110100001110110010101011110 | efbdbeefbdb2e6f587efbe87655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)