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???C^ | 001111110011111100111111010001010011111100111111001111110100001101011110 | 3f3f3f453f3f3f435e |
| SJIS-WIN | ???E???C^ | 001111110011111100111111010001010011111100111111001111110100001101011110 | 3f3f3f453f3f3f435e |
| EUC-JP | ???E???C^ | 001111110011111100111111010001010011111100111111001111110100001101011110 | 3f3f3f453f3f3f435e |
| UTF-8 | 챌횕혺E챌횕혺C^ | 111011001011000110001100111011011001101010010101111011011001100010111010010001011110110010110001100011001110110110011010100101011110110110011000101110100100001101011110 | ecb18ced9a95ed98ba45ecb18ced9a95ed98ba435e |
| UHC | 챌횕혺E챌횕혺C^ | 110000111010011111000011100011111100001010011111010001011100001110100111110000111000111111000010100111110100001101011110 | c3a7c38fc29f45c3a7c38fc29f435e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)