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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 뾍옔拾왽^ | 11101011101111101000110111101100100110001001010011101111101001011011001111101100100110011011110101011110 | ebbe8dec9894efa5b3ec99bd5e |
UHC | 뾍옔拾왽^ | 100101110100101110011110100110101110010010101001100111101110000001011110 | 974b9e9ae4a99ee05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)