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 | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
| SJIS-WIN | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
| EUC-JP | ?D???? | 001111110100010000111111001111110011111100111111 | 3f443f3f3f3f |
| UTF-8 | 청D짤챔쨩쨍 | 11101100101100101010110101000100111011001010011110100100111011001011000110010100111011001010100010101001111011001010100010001101 | ecb2ad44eca7a4ecb194eca8a9eca88d |
| UHC | 청D짤챔쨩쨍 | 1100001110111011010001001100001010101001110000111010100011000010101110111100001010111000 | c3bb44c2a9c3a8c2bbc2b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)