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 | ヘ「^ | 1100110110100010111101011011000001011110 | cda2f5b05e |
| EUC-JP | ヘ「?^ | 100011101100110110001110101000100011111101011110 | 8ecd8ea23f5e |
| UTF-8 | ヘ「^ | 11101111101111101000110111101111101111011010001011101110100100001001101101011110 | efbe8defbda2ee909b5e |
| UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)