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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 挌絲耀^ | 10011101011001111110001101001110100101110111001101011110 | 9d67e34e97735e |
| EUC-JP | 挌絲耀^ | 11011001110010001110010110101111110011011101010001011110 | d9c8e5afcdd45e |
| UTF-8 | 挌絲耀^ | 11100110100011001000110011100111101101011011001011101000100000001000000001011110 | e68c8ce7b5b2e880805e |
| UHC | ?絲耀^ | 001111111101111011101010111010011010010101011110 | 3fdeeae9a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)