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 | î¢é¡° | 111011101000001010100010111010011010000110110000 | ee82a2e9a1b0 |
| SJIS-WIN | ??¢??° | 0011111100111111100000011001000100111111001111111000000110001011 | 3f3f81913f3f818b |
| EUC-JP | �顰 | 1000111110101011110000100011111110100001111100011000111110101011101100011000111110100010110000101010000111101011 | 8fabc23fa1f18fabb18fa2c2a1eb |
| UTF-8 | î¢é¡° | 110000111010111011000010100000101100001010100010110000111010100111000010101000011100001010110000 | c3aec282c2a2c3a9c2a1c2b0 |
| UHC | ????¡° | 0011111100111111001111110011111110100010101011101010000111000110 | 3f3f3f3fa2aea1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)