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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
| SJIS-WIN | 翦ヨ聽ニ牾F | 111000111100011011010110111000111110001111000110111000001011000101000110 | e3c6d6e3e3c6e0b146 |
| EUC-JP | 翦ヨ聽ニ牾F | 1110011011001000100011101101011011100110111001011000111011000110111000001011001101000110 | e6c88ed6e6e58ec6e0b346 |
| UTF-8 | 翦ヨ聽ニ牾F | 11100111101111111010011011101111101111101001011011101000100000011011110111101111101111101000011011100111100010011011111001000110 | e7bfa6efbe96e881bdefbe86e789be46 |
| UHC | ??聽??F | 00111111001111111111010011101001001111110011111101000110 | 3f3ff4e93f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)