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 | æå±nB | 1110011010011101100100111110010110001111101100010110111001000010 | e69d93e58fb16e42 |
SJIS-WIN | ?????±nB | 001111110011111100111111001111110011111110000001011111010110111001000010 | 3f3f3f3f3f817d6e42 |
EUC-JP | æ??å?±nB | 10001111101010011100000100111111001111111000111110101011101010010011111110100001110111100110111001000010 | 8fa9c13f3f8faba93fa1de6e42 |
UTF-8 | æå±nB | 1100001110100110110000101001110111000010100100111100001110100101110000101000111111000010101100010110111001000010 | c3a6c29dc293c3a5c28fc2b16e42 |
UHC | æ????±nB | 10101001101000010011111100111111001111110011111110100001101111100110111001000010 | a9a13f3f3f3fa1be6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)