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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 城。 | 1000111111101001101000011111001111101101 | 8fe9a1f3ed |
| EUC-JP | 城。? | 1011111011101011100011101010000100111111 | beeb8ea13f |
| UTF-8 | 城。 | 111001011001111110001110111011111011110110100001111011101000101110100000 | e59f8eefbda1ee8ba0 |
| UHC | 城?? | 11100000111100100011111100111111 | e0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)