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 | 001111110110100001101000 | 3f6868 |
SJIS-WIN | ?hh | 001111110110100001101000 | 3f6868 |
EUC-JP | ?hh | 001111110110100001101000 | 3f6868 |
UTF-8 | 덜hh | 1110101110001101100111000110100001101000 | eb8d9c6868 |
UHC | 덜hh | 10110100111110100110100001101000 | b4fa6868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)