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 | ?\????? | 00111111010111000011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f |
| SJIS-WIN | ?\????? | 00111111010111000011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f |
| EUC-JP | ?\????? | 00111111010111000011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f |
| UTF-8 | 찾\혙혣쨘채짤 | 11101100101100001011111001011100111011011001100010011001111011011001100010100011111011001010100010011000111011001011000110000100111011001010011110100100 | ecb0be5ced9899ed98a3eca898ecb184eca7a4 |
| UHC | 찾\혙혣쨘채짤 | 11000011101000110101110011000010100001001100001010001100110000101011101011000011101001001100001010101001 | c3a35cc284c28cc2bac3a4c2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)