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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 淼啾x | 1111101101000101100110100110000101111000 | fb459a6178 |
EUC-JP | 淼啾x | 100011111100011111100110110100111100001001111000 | 8fc7e6d3c278 |
UTF-8 | 淼啾x | 11100110101101111011110011100101100101011011111001111000 | e6b7bce595be78 |
UHC | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)