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 | ÉÊA | 1000111011001001100011101100101001000001 | 8ec98eca41 |
| SJIS-WIN | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
| EUC-JP | ?É?ÊA | 001111111000111110101010101100010011111110001111101010101011010001000001 | 3f8faab13f8faab441 |
| UTF-8 | ÉÊA | 110000101000111011000011100010011100001010001110110000111000101001000001 | c28ec389c28ec38a41 |
| UHC | ????A | 0011111100111111001111110011111101000001 | 3f3f3f3f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)