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 | 冶⑤?愿?? | 100101101110100010000111010001000011111110011100110000110011111100111111 | 96e887443f9cc33f3f |
| EUC-JP | 冶??愿?? | 1100110011101010001111110011111111011000110001010011111100111111 | ccea3f3fd8c53f3f |
| UTF-8 | 冶⑤슣愿쒙㎕ | 111001011000011010110110111000101001000110100100111011001000101010100011111001101000010010111111111011001001001010011001111000111000111010010101 | e586b6e291a4ec8aa3e684bfec9299e38e95 |
| UHC | 冶⑤슣愿쒙㎕ | 111001011010011110101000111010111001101010101111111010101011010010011100111011111010011110100001 | e5a7a8eb9aafeab49cefa7a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)