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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| UTF-8 | 청짚혳챌혧짰챌 | 111011001011001010101101111011001010011110011010111011011001100010110011111011001011000110001100111011011001100010100111111011001010011110110000111011001011000110001100 | ecb2adeca79aed98b3ecb18ced98a7eca7b0ecb18c |
| UHC | 청짚혳챌혧짰챌 | 1100001110111011110000101010010011000010100110101100001110100111110000101000111111000010101011101100001110100111 | c3bbc2a4c29ac3a7c28fc2aec3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)