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 | èè´ç | 11101000100101001001010111101000101101001000101111100111 | e89495e8b48be7 |
| SJIS-WIN | ????´?? | 0011111100111111001111110011111110000001010011000011111100111111 | 3f3f3f3f814c3f3f |
| EUC-JP | è??è´?ç | 1000111110101011101100100011111100111111100011111010101110110010101000011010110100111111100011111010101110101110 | 8fabb23f3f8fabb2a1ad3f8fabae |
| UTF-8 | èè´ç | 1100001110101000110000101001010011000010100101011100001110101000110000101011010011000010100010111100001110100111 | c3a8c294c295c3a8c2b4c28bc3a7 |
| UHC | ????´?? | 0011111100111111001111110011111110100010101001010011111100111111 | 3f3f3f3fa2a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)