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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | バ洄鰾^ | 11001010110111101111101011111010111010011110001001011110 | cadefafae9e25e |
| EUC-JP | バ洄鰾^ | 10001110110010101000111011011110100011111100011110101011111100101110010001011110 | 8eca8ede8fc7abf2e45e |
| UTF-8 | バ洄鰾^ | 11101111101111101000101011101111101111101001111011100110101101001000010011101001101100001011111001011110 | efbe8aefbe9ee6b484e9b0be5e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)