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 | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
SJIS-WIN | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
EUC-JP | ?F???F??^ | 001111110100011000111111001111110011111101000110001111110011111101011110 | 3f463f3f3f463f3f5e |
UTF-8 | 혪F혩짰혪F혩짰^ | 111011011001100010101010010001101110110110011000101010011110110010100111101100001110110110011000101010100100011011101101100110001010100111101100101001111011000001011110 | ed98aa46ed98a9eca7b0ed98aa46ed98a9eca7b05e |
UHC | 혪F혩짰혪F혩짰^ | 110000101001001001000110110000101001000111000010101011101100001010010010010001101100001010010001110000101010111001011110 | c29246c291c2aec29246c291c2ae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)