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 | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
| SJIS-WIN | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
| EUC-JP | ????Z? | 001111110011111100111111001111110101101000111111 | 3f3f3f3f5a3f |
| UTF-8 | 챙챨혦쨀Z혧 | 11101100101100011001100111101100101100011010100011101101100110001010011011101100101010001000000001011010111011011001100010100111 | ecb199ecb1a8ed98a6eca8805aed98a7 |
| UHC | 챙챨혦쨀Z혧 | 1100001110101100110000111011000011000010100011101100001010110011010110101100001010001111 | c3acc3b0c28ec2b35ac28f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)