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 | バ洄鏸^ | 11001010110111101111101011111010111110111110010001011110 | cadefafafbe45e |
| EUC-JP | バ洄鏸^ | 1000111011001010100011101101111010001111110001111010101110001111111001011101000001011110 | 8eca8ede8fc7ab8fe5d05e |
| UTF-8 | バ洄鏸^ | 11101111101111101000101011101111101111101001111011100110101101001000010011101001100011111011100001011110 | efbe8aefbe9ee6b484e98fb85e |
| UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)