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 | ¡à¢Ì^c^ | 10100001111000001010001011001100010111100110001101011110 | a1e0a2cc5e635e |
SJIS-WIN | ??¢?^c^ | 0011111100111111100000011001000100111111010111100110001101011110 | 3f3f81913f5e635e |
EUC-JP | ¡à¢Ì^c^ | 1000111110100010110000101000111110101011101000101010000111110001100011111010101011000000010111100110001101011110 | 8fa2c28faba2a1f18faac05e635e |
UTF-8 | ¡à¢Ì^c^ | 1100001010100001110000111010000011000010101000101100001110001100010111100110001101011110 | c2a1c3a0c2a2c38c5e635e |
UHC | ¡???^c^ | 1010001010101110001111110011111100111111010111100110001101011110 | a2ae3f3f3f5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)