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 | æ¢é´£\ | 11100110100111011010001011101001101101001010001101011100 | e69da2e9b4a35c |
SJIS-WIN | ??¢?´£\ | 00111111001111111000000110010001001111111000000101001100100000011001001001011100 | 3f3f81913f814c81925c |
EUC-JP | �鴣\ | 1000111110101001110000010011111110100001111100011000111110101011101100011010000110101101101000011111001001011100 | 8fa9c13fa1f18fabb1a1ada1f25c |
UTF-8 | æ¢é´£\ | 11000011101001101100001010011101110000101010001011000011101010011100001010110100110000101010001101011100 | c3a6c29dc2a2c3a9c2b4c2a35c |
UHC | æ???´?\ | 101010011010000100111111001111110011111110100010101001010011111101011100 | a9a13f3f3fa2a53f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)