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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 薪??巖 | 100100000110010000111111001111111001101111011100 | 90643f3f9bdc |
| EUC-JP | 薪??巖 | 101111111100010100111111001111111101011011011110 | bfc53f3fd6de |
| UTF-8 | 薪릯뢇巖 | 111010001001011010101010111010111010011010101111111010111010001010000111111001011011011110010110 | e896aaeba6afeba287e5b796 |
| UHC | 薪릯뢇巖 | 1110001111101111100100001000111110001111010000111110010011011100 | e3ef908f8f43e4dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)