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 | 痙竭 | 11100001011110101110001010010001 | e17ae291 |
EUC-JP | 痙竭 | 11100001110110111110001111110001 | e1dbe3f1 |
UTF-8 | 痙竭 | 111001111001011110011001111001111010101110101101 | e79799e7abad |
UHC | 痙竭 | 11001100111000101100101011100110 | cce2cae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)