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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
EUC-JP | ????e^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
UTF-8 | 혺짜챈챦e^ | 1110110110011000101110101110110010100111100111001110110010110001100010001110110010110001101001100110010101011110 | ed98baeca79cecb188ecb1a6655e |
UHC | 혺짜챈챦e^ | 11000010100111111100001010100101110000111010011011000011101011110110010101011110 | c29fc2a5c3a6c3af655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)