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 | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
| SJIS-WIN | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
| EUC-JP | ?_???? | 001111110101111100111111001111110011111100111111 | 3f5f3f3f3f3f |
| UTF-8 | 혡_찼횪챔첨 | 11101101100110001010000101011111111011001011000010111100111011011001101010101010111011001011000110010100111011001011001010101000 | ed98a15fecb0bced9aaaecb194ecb2a8 |
| UHC | 혡_찼횪챔첨 | 1100001010001010010111111100001110100001110000111010000011000011101010001100001110110111 | c28a5fc3a1c3a0c3a8c3b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)