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 | ?hh?h | 0011111101101000011010000011111101101000 | 3f68683f68 |
SJIS-WIN | ?hh?h | 0011111101101000011010000011111101101000 | 3f68683f68 |
EUC-JP | ?hh?h | 0011111101101000011010000011111101101000 | 3f68683f68 |
UTF-8 | 딒hh딒h | 111010111001010010010010011010000110100011101011100101001001001001101000 | eb94926868eb949268 |
UHC | 딒hh딒h | 10001010111110000110100001101000100010101111100001101000 | 8af868688af868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)