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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 淼嗹h | 1111101101000101100110100111011101101000 | fb459a7768 |
EUC-JP | 淼嗹h | 100011111100011111100110110100111101100001101000 | 8fc7e6d3d868 |
UTF-8 | 淼嗹h | 11100110101101111011110011100101100101111011100101101000 | e6b7bce597b968 |
UHC | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)