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 | ?? | 0011111100111111 | 3f3f |
| SJIS-WIN | 池? | 100100100111001000111111 | 92723f |
| EUC-JP | 池? | 110000111101001100111111 | c3d33f |
| UTF-8 | 池렕 | 111001101011000110100000111010111010000010010101 | e6b1a0eba095 |
| UHC | 池렕 | 11110010101011101000111010101010 | f2ae8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)