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 | çÉyçÉyB | 11100111110010010111100111100111110010010111100101000010 | e7c979e7c97942 |
SJIS-WIN | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
EUC-JP | çÉyçÉyB | 100011111010101110101110100011111010101010110001011110011000111110101011101011101000111110101010101100010111100101000010 | 8fabae8faab1798fabae8faab17942 |
UTF-8 | çÉyçÉyB | 1100001110100111110000111000100101111001110000111010011111000011100010010111100101000010 | c3a7c38979c3a7c3897942 |
UHC | ??y??yB | 00111111001111110111100100111111001111110111100101000010 | 3f3f793f3f7942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)