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 | mhh | 1001000001101101100101110110100001101000 | 906d976868 |
SJIS-WIN | ?m?hh | 0011111101101101001111110110100001101000 | 3f6d3f6868 |
EUC-JP | ?m?hh | 0011111101101101001111110110100001101000 | 3f6d3f6868 |
UTF-8 | mhh | 11000010100100000110110111000010100101110110100001101000 | c2906dc2976868 |
UHC | ?m?hh | 0011111101101101001111110110100001101000 | 3f6d3f6868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)