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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 焉[焉[^ | 11100000100000010101101111100000100000010101101101011110 | e0815be0815b5e |
EUC-JP | 焉[焉[^ | 11011111111000010101101111011111111000010101101101011110 | dfe15bdfe15b5e |
UTF-8 | 焉[焉[^ | 111001111000010010001001010110111110011110000100100010010101101101011110 | e784895be784895b5e |
UHC | 焉[焉[^ | 11100101111010100101101111100101111010100101101101011110 | e5ea5be5ea5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)