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 | ??c???B | 00111111001111110110001100111111001111110011111101000010 | 3f3f633f3f3f42 |
SJIS-WIN | ??c???B | 00111111001111110110001100111111001111110011111101000010 | 3f3f633f3f3f42 |
EUC-JP | ??c???B | 00111111001111110110001100111111001111110011111101000010 | 3f3f633f3f3f42 |
UTF-8 | 셔샴c셍롇롋B | 1110110010000101100101001110110010000011101101000110001111101100100001011000110111101011101000011000011111101011101000011000101101000010 | ec8594ec83b463ec858deba187eba18b42 |
UHC | 셔샴c셍롇롋B | 101111001100010110111100101001000110001110111100110001001000111011001101100011101101000101000010 | bcc5bca463bcc48ecd8ed142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)