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 | 痙璞 | 11100001011110101110000011110111 | e17ae0f7 |
EUC-JP | 痙璞 | 11100001110110111110000011111001 | e1dbe0f9 |
UTF-8 | 痙璞 | 111001111001011110011001111001111001001010011110 | e79799e7929e |
UHC | 痙璞 | 11001100111000101101101011010111 | cce2dad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)