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 | ?g?hh | 0011111101100111001111110110100001101000 | 3f673f6868 |
SJIS-WIN | ?g?hh | 0011111101100111001111110110100001101000 | 3f673f6868 |
EUC-JP | ?g?hh | 0011111101100111001111110110100001101000 | 3f673f6868 |
UTF-8 | 묱g묨hh | 111010111010110010110001011001111110101110101100101010000110100001101000 | ebacb167ebaca86868 |
UHC | 묱g묨hh | 10010010010010000110011110010010010000010110100001101000 | 92486792416868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)