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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | ヘゥ訟 | 11001101101010011000111111010111 | cda98fd7 |
| EUC-JP | ヘゥ訟 | 100011101100110110001110101010011011111011011001 | 8ecd8ea9bed9 |
| UTF-8 | ヘゥ訟 | 111011111011111010001101111011111011110110101001111010001010100010011111 | efbe8defbda9e8a89f |
| UHC | ??訟 | 00111111001111111110000111101000 | 3f3fe1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)