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