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 | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
| SJIS-WIN | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
| EUC-JP | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
| UTF-8 | 청B혰챤혯 | 11101100101100101010110101000010111011011001100010110000111011001011000110100100111011011001100010101111 | ecb2ad42ed98b0ecb1a4ed98af |
| UHC | 청B혰챤혯 | 110000111011101101000010110000101001011111000011101011101100001010010110 | c3bb42c297c3aec296 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)