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 | ?C?F??E | 00111111010000110011111101000110001111110011111101000101 | 3f433f463f3f45 |
SJIS-WIN | ?C?F??E | 00111111010000110011111101000110001111110011111101000101 | 3f433f463f3f45 |
EUC-JP | ?C?F??E | 00111111010000110011111101000110001111110011111101000101 | 3f433f463f3f45 |
UTF-8 | 혪C혪F혩혺E | 111011011001100010101010010000111110110110011000101010100100011011101101100110001010100111101101100110001011101001000101 | ed98aa43ed98aa46ed98a9ed98ba45 |
UHC | 혪C혪F혩혺E | 1100001010010010010000111100001010010010010001101100001010010001110000101001111101000101 | c29243c29246c291c29f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)