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^ | 1110110010000101100011011110101110100001100110101110101110100000101111011110110010000100101001111110110010000101100101001110110010000011101011000110010101011110 | ec858deba19aeba0bdec84a7ec8594ec83ac655e |
UHC | 셍롚렽섧셔샬e^ | 1011110011000100100011101101111010001110110001011011110010110101101111001100010110111100101000110110010101011110 | bcc48ede8ec5bcb5bcc5bca3655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)