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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 淼啾B | 1111101101000101100110100110000101000010 | fb459a6142 |
EUC-JP | 淼啾B | 100011111100011111100110110100111100001001000010 | 8fc7e6d3c242 |
UTF-8 | 淼啾B | 11100110101101111011110011100101100101011011111001000010 | e6b7bce595be42 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)