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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 痙蟲 | 11100001011110101110010110110011 | e17ae5b3 |
EUC-JP | 痙蟲 | 11100001110110111110101010110101 | e1dbeab5 |
UTF-8 | 痙蟲 | 111001111001011110011001111010001001111110110010 | e79799e89fb2 |
UHC | 痙蟲 | 11001100111000101111010111111001 | cce2f5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)