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 | 冗スノル | 1000111111100111101111011100100111011001 | 8fe7bdc9d9 |
| EUC-JP | 冗スノル | 1011111011101001100011101011110110001110110010011000111011011001 | bee98ebd8ec98ed9 |
| UTF-8 | 冗スノル | 111001011000011010010111111011111011110110111101111011111011111010001001111011111011111010011001 | e58697efbdbdefbe89efbe99 |
| UHC | 冗??? | 1110100110110111001111110011111100111111 | e9b73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)