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 | ?C??? | 0011111101000011001111110011111100111111 | 3f433f3f3f |
| SJIS-WIN | ?C??? | 0011111101000011001111110011111100111111 | 3f433f3f3f |
| EUC-JP | ?C??? | 0011111101000011001111110011111100111111 | 3f433f3f3f |
| UTF-8 | 챈C혢혝짼 | 11101100101100011000100001000011111011011001100010100010111011011001100010011101111011001010011110111100 | ecb18843ed98a2ed989deca7bc |
| UHC | 챈C혢혝짼 | 110000111010011001000011110000101000101111000010100001111100001010110010 | c3a643c28bc287c2b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)