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 | 셈섧렯롗^ | 11101100100001011000100011101100100001001010011111101011101000001010111111101011101000011001011101011110 | ec8588ec84a7eba0afeba1975e |
UHC | 셈섧렯롗^ | 101111001100000010111100101101011000111010111100100011101101101101011110 | bcc0bcb58ebc8edb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)