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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 爛爲爛爲^ | 111000001010001111100000101010001110000010100011111000001010100001011110 | e0a3e0a8e0a3e0a85e |
EUC-JP | 爛爲爛爲^ | 111000001010010111100000101010101110000010100101111000001010101001011110 | e0a5e0aae0a5e0aa5e |
UTF-8 | 爛爲爛爲^ | 11100111100010001001101111100111100010001011001011100111100010001001101111100111100010001011001001011110 | e7889be788b2e7889be788b25e |
UHC | 爛爲爛爲^ | 110101011011010011101010110100111101010110110100111010101101001101011110 | d5b4ead3d5b4ead35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)