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? | 00111111010001010011111100111111001111110100011100111111 | 3f453f3f3f473f |
| SJIS-WIN | ?E???G? | 00111111010001010011111100111111001111110100011100111111 | 3f453f3f3f473f |
| EUC-JP | ?E???G? | 00111111010001010011111100111111001111110100011100111111 | 3f453f3f3f473f |
| UTF-8 | 챔E혧챔혣G챈 | 1110110010110001100101000100010111101101100110001010011111101100101100011001010011101101100110001010001101000111111011001011000110001000 | ecb19445ed98a7ecb194ed98a347ecb188 |
| UHC | 챔E혧챔혣G챈 | 110000111010100001000101110000101000111111000011101010001100001010001100010001111100001110100110 | c3a845c28fc3a8c28c47c3a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)