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 | 鬱屯? | 1001111101010100100100111101010000111111 | 9f5493d43f |
| EUC-JP | 鬱屯? | 1101110110110101110001101101011000111111 | ddb5c6d63f |
| UTF-8 | 鬱屯렢 | 111010011010110010110001111001011011000110101111111010111010000010100010 | e9acb1e5b1afeba0a2 |
| UHC | 鬱屯렢 | 111010101010011011010100111010101000111010110011 | eaa6d4ea8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)