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 | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
SJIS-WIN | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
EUC-JP | ??m??m^ | 00111111001111110110110100111111001111110110110101011110 | 3f3f6d3f3f6d5e |
UTF-8 | 렽롖m렽롖m^ | 111010111010000010111101111010111010000110010110011011011110101110100000101111011110101110100001100101100110110101011110 | eba0bdeba1966deba0bdeba1966d5e |
UHC | 렽롖m렽롖m^ | 1000111011000101100011101101101001101101100011101100010110001110110110100110110101011110 | 8ec58eda6d8ec58eda6d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)