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 | ç~Aä | 11100111011111101000110010001111100011110100000111100100 | e77e8c8f8f41e4 |
SJIS-WIN | ?~???A? | 00111111011111100011111100111111001111110100000100111111 | 3f7e3f3f3f413f |
EUC-JP | ç~???Aä | 1000111110101011101011100111111000111111001111110011111101000001100011111010101110100011 | 8fabae7e3f3f3f418faba3 |
UTF-8 | ç~Aä | 110000111010011101111110110000101000110011000010100011111100001010001111010000011100001110100100 | c3a77ec28cc28fc28f41c3a4 |
UHC | ?~???A? | 00111111011111100011111100111111001111110100000100111111 | 3f7e3f3f3f413f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)