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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
| SJIS-WIN | 誘??B | 1001011101010101001111110011111101000010 | 97553f3f42 |
| EUC-JP | 誘??B | 1100110110110110001111110011111101000010 | cdb63f3f42 |
| UTF-8 | 誘믩캃B | 11101000101010101001100011101011101011111010100111101100101110101000001101000010 | e8aa98ebafa9ecba8342 |
| UHC | 誘믩캃B | 11101011101011111001001011101011101011111001001001000010 | ebaf92ebaf9242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)