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 | 齬▼? | 1110101010010111100000011010010100111111 | ea9781a53f |
| EUC-JP | 齬▼? | 1111001111110111101000101010011100111111 | f3f7a2a73f |
| UTF-8 | 齬▼푻 | 111010011011110110101100111000101001011010111100111011011001000110111011 | e9bdace296bced91bb |
| UHC | 齬▼푻 | 111001011110000110100001111001011011111010000111 | e5e1a1e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)