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 | ヨョ^ | 1101011010101110111110001101001001011110 | d6aef8d25e |
| EUC-JP | ヨョ?^ | 100011101101011010001110101011100011111101011110 | 8ed68eae3f5e |
| UTF-8 | ヨョ^ | 11101111101111101001011011101111101111011010111011101110100110011011000101011110 | efbe96efbdaeee99b15e |
| UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)