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 | æçd | 11100110100000101000100111100111100111111000011101100100 | e68289e79f8764 |
SJIS-WIN | ??????d | 00111111001111110011111100111111001111110011111101100100 | 3f3f3f3f3f3f64 |
EUC-JP | æ??ç??d | 1000111110101001110000010011111100111111100011111010101110101110001111110011111101100100 | 8fa9c13f3f8fabae3f3f64 |
UTF-8 | æçd | 11000011101001101100001010000010110000101000100111000011101001111100001010011111110000101000011101100100 | c3a6c282c289c3a7c29fc28764 |
UHC | æ?????d | 1010100110100001001111110011111100111111001111110011111101100100 | a9a13f3f3f3f3f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)