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 | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
| SJIS-WIN | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
| EUC-JP | ?S?????? | 0011111101010011001111110011111100111111001111110011111100111111 | 3f533f3f3f3f3f3f |
| UTF-8 | 청S혧챤혨짢챕짰 | 11101100101100101010110101010011111011011001100010100111111011001011000110100100111011011001100010101000111011001010011110100010111011001011000110010101111011001010011110110000 | ecb2ad53ed98a7ecb1a4ed98a8eca7a2ecb195eca7b0 |
| UHC | 청S혧챤혨짢챕짰 | 110000111011101101010011110000101000111111000011101011101100001010010000110000101010100011000011101010011100001010101110 | c3bb53c28fc3aec290c2a8c3a9c2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)