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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ?????松② | 001111110011111100111111001111110011111110001111101111001000011101000001 | 3f3f3f3f3f8fbc8741 |
| EUC-JP | ?????松? | 0011111100111111001111110011111100111111101111101011111000111111 | 3f3f3f3f3fbebe3f |
| UTF-8 | 챙철짠챙짠松② | 111011001011000110011001111011001011001010100000111011001010011110100000111011001011000110011001111011001010011110100000111001101001110110111110111000101001000110100001 | ecb199ecb2a0eca7a0ecb199eca7a0e69dbee291a1 |
| UHC | 챙철짠챙짠松② | 1100001110101100110000111011011011000010101001111100001110101100110000101010011111100001111001101010100011101000 | c3acc3b6c2a7c3acc2a7e1e6a8e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)