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 | ¡à¢Ì«Öû | 1010000111100000101000101100110010001111101010111101011011111011 | a1e0a2cc8fabd6fb |
| SJIS-WIN | ??¢????? | 001111110011111110000001100100010011111100111111001111110011111100111111 | 3f3f81913f3f3f3f3f |
| EUC-JP | ¡à¢Ì??Öû | 10001111101000101100001010001111101010111010001010100001111100011000111110101010110000000011111100111111100011111010101011010011100011111010101111100101 | 8fa2c28faba2a1f18faac03f3f8faad38fabe5 |
| UTF-8 | ¡à¢Ì«Öû | 11000010101000011100001110100000110000101010001011000011100011001100001010001111110000101010101111000011100101101100001110111011 | c2a1c3a0c2a2c38cc28fc2abc396c3bb |
| UHC | ¡??????? | 101000101010111000111111001111110011111100111111001111110011111100111111 | a2ae3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)