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ã | 1110011101111110100011101000111110001111010110011110001110000010 | e77e8e8f8f59e382 |
SJIS-WIN | ?~???Y?? | 0011111101111110001111110011111100111111010110010011111100111111 | 3f7e3f3f3f593f3f |
EUC-JP | ç~???Yã? | 100011111010101110101110011111100011111100111111001111110101100110001111101010111010101000111111 | 8fabae7e3f3f3f598fabaa3f |
UTF-8 | ç~Yã | 1100001110100111011111101100001010001110110000101000111111000010100011110101100111000011101000111100001010000010 | c3a77ec28ec28fc28f59c3a3c282 |
UHC | ?~???Y?? | 0011111101111110001111110011111100111111010110010011111100111111 | 3f7e3f3f3f593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)