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èGæ | 1110100001000101100011111110100010001100010001111110011010000111 | e8458fe88c47e687 |
| SJIS-WIN | ?E???G?? | 0011111101000101001111110011111100111111010001110011111100111111 | 3f453f3f3f473f3f |
| EUC-JP | èE?è?Gæ? | 1000111110101011101100100100010100111111100011111010101110110010001111110100011110001111101010011100000100111111 | 8fabb2453f8fabb23f478fa9c13f |
| UTF-8 | èEèGæ | 1100001110101000010001011100001010001111110000111010100011000010100011000100011111000011101001101100001010000111 | c3a845c28fc3a8c28c47c3a6c287 |
| UHC | ?E???Gæ? | 001111110100010100111111001111110011111101000111101010011010000100111111 | 3f453f3f3f47a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)