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 | 舌渫顔 | 100100001110001110011111110101101000101011100111 | 90e39fd68ae7 |
| EUC-JP | 舌渫顔 | 110000001110010111011110110110001011010011101001 | c0e5ded8b4e9 |
| UTF-8 | 舌渫顔 | 111010001000100010001100111001101011100010101011111010011010000110010100 | e8888ce6b8abe9a194 |
| UHC | 舌渫顔 | 111000001101111111100000110111101110010011010100 | e0dfe0dee4d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)