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 | ?紆舌縟^ | 0011111111100010111111001001000011100011111000110111010001011110 | 3fe2fc90e3e3745e |
EUC-JP | ?紆舌縟^ | 0011111111100100111111101100000011100101111001011101010101011110 | 3fe4fec0e5e5d55e |
UTF-8 | 숥紆舌縟^ | 11101100100010001010010111100111101101001000011011101000100010001000110011100111101110001001111101011110 | ec88a5e7b486e8888ce7b89f5e |
UHC | 숥紆舌縟^ | 100110100100001011101001111000011110000011011111111010011011001001011110 | 9a42e9e1e0dfe9b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)