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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 辰????^ | 10010010010000110011111100111111001111110011111101011110 | 92433f3f3f3f5e |
| EUC-JP | 辰????^ | 11000011101001000011111100111111001111110011111101011110 | c3a43f3f3f3f5e |
| UTF-8 | 辰섦뤵좁펥^ | 11101000101111101011000011101100100001001010011011101011101001001011010111101100101000101000000111101101100011101010010101011110 | e8beb0ec84a6eba4b5eca281ed8ea55e |
| UHC | 辰섦뤵좁펥^ | 1111001011100011101111001011010010001111111000111100000110111100101111000111010101011110 | f2e3bcb48fe3c1bcbc755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)