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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 池屯?B | 100100100111001010010011110101000011111101000010 | 927293d43f42 |
| EUC-JP | 池屯?B | 110000111101001111000110110101100011111101000010 | c3d3c6d63f42 |
| UTF-8 | 池屯꼭B | 11100110101100011010000011100101101100011010111111101010101111001010110101000010 | e6b1a0e5b1afeabcad42 |
| UHC | 池屯꼭B | 11110010101011101101010011101010101100101100000001000010 | f2aed4eab2c042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)