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 | ì·e | 11101100100010001011011101100101 | ec88b765 |
| SJIS-WIN | ???e | 00111111001111110011111101100101 | 3f3f3f65 |
| EUC-JP | ì??e | 100011111010101111000000001111110011111101100101 | 8fabc03f3f65 |
| UTF-8 | ì·e | 11000011101011001100001010001000110000101011011101100101 | c3acc288c2b765 |
| UHC | ??·e | 0011111100111111101000011010010001100101 | 3f3fa1a465 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)