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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 瓦や??? | 10001010101000101000001011100010001111110011111100111111 | 8aa282e23f3f3f |
| EUC-JP | 瓦や??? | 10110100101001001010010011100100001111110011111100111111 | b4a4a4e43f3f3f |
| UTF-8 | 瓦や튋若뛑 | 111001111001001110100110111000111000001010000100111011011000101010001011111011111010010110110100111010111001101110010001 | e793a6e38284ed8a8befa5b4eb9b91 |
| UHC | 瓦や튋若뛑 | 11101000101111111010101011100100101110011001111111100101101011101000110101001111 | e8bfaae4b99fe5ae8d4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)