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 | ??C | 001111110011111101000011 | 3f3f43 |
SJIS-WIN | 属卒C | 1001000110101110100100011011001001000011 | 91ae91b243 |
EUC-JP | 属卒C | 1100001010110000110000101011010001000011 | c2b0c2b443 |
UTF-8 | 属卒C | 11100101101100011001111011100101100011011001001001000011 | e5b19ee58d9243 |
UHC | ?卒C | 00111111111100001110111101000011 | 3ff0ef43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)