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 | 舌妖舌妖^ | 100100001110001110010111011001001001000011100011100101110110010001011110 | 90e3976490e397645e |
EUC-JP | 舌妖舌妖^ | 110000001110010111001101110001011100000011100101110011011100010101011110 | c0e5cdc5c0e5cdc55e |
UTF-8 | 舌妖舌妖^ | 11101000100010001000110011100101101001101001011011101000100010001000110011100101101001101001011001011110 | e8888ce5a696e8888ce5a6965e |
UHC | 舌妖舌妖^ | 111000001101111111101000111011011110000011011111111010001110110101011110 | e0dfe8ede0dfe8ed5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)