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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
UTF-8 | 횤횧챕쨌횪횤e^ | 1110110110011010101001001110110110011010101001111110110010110001100101011110110010101000100011001110110110011010101010101110110110011010101001000110010101011110 | ed9aa4ed9aa7ecb195eca88ced9aaaed9aa4655e |
UHC | 횤횧챕쨌횪횤e^ | 1100001110011011110000111001111011000011101010011100001010110111110000111010000011000011100110110110010101011110 | c39bc39ec3a9c2b7c3a0c39b655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)