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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 悟??維?? | 1000110011100101001111110011111110001000110110110011111100111111 | 8ce53f3f88db3f3f |
| EUC-JP | 悟??維?? | 1011100011100111001111110011111110110000110111010011111100111111 | b8e73f3fb0dd3f3f |
| UTF-8 | 悟딄꼈維볣뇳 | 111001101000001010011111111010111001010010000100111010101011110010001000111001111011011010101101111010111011001110100011111010111000011110110011 | e6829feb9484eabc88e7b6adebb3a3eb87b3 |
| UHC | 悟딄꼈維볣뇳 | 111001111111011010001010111010101011001010111100111010111010101110010011111010011000011110010111 | e7f68aeab2bcebab93e98797 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)