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 | バ洄鱆 | 110010101101111011111010111110101110100111100001 | cadefafae9e1 |
| EUC-JP | バ洄鱆 | 100011101100101010001110110111101000111111000111101010111111001011100011 | 8eca8ede8fc7abf2e3 |
| UTF-8 | バ洄鱆 | 111011111011111010001010111011111011111010011110111001101011010010000100111010011011000110000110 | efbe8aefbe9ee6b484e9b186 |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)