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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 舌妖] | 1001000011100011100101110110010001011101 | 90e397645d |
EUC-JP | 舌妖] | 1100000011100101110011011100010101011101 | c0e5cdc55d |
UTF-8 | 舌妖] | 11101000100010001000110011100101101001101001011001011101 | e8888ce5a6965d |
UHC | 舌妖] | 1110000011011111111010001110110101011101 | e0dfe8ed5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)