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ã | 11100111011111101000111010001111100011110101100111100011 | e77e8e8f8f59e3 |
SJIS-WIN | ?~???Y? | 00111111011111100011111100111111001111110101100100111111 | 3f7e3f3f3f593f |
EUC-JP | ç~???Yã | 1000111110101011101011100111111000111111001111110011111101011001100011111010101110101010 | 8fabae7e3f3f3f598fabaa |
UTF-8 | ç~Yã | 110000111010011101111110110000101000111011000010100011111100001010001111010110011100001110100011 | c3a77ec28ec28fc28f59c3a3 |
UHC | ?~???Y? | 00111111011111100011111100111111001111110101100100111111 | 3f7e3f3f3f593f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)