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 | ??┫ | 00111111001111111000010010110010 | 3f3f84b2 |
| EUC-JP | ??┫ | 00111111001111111010100010110100 | 3f3fa8b4 |
| UTF-8 | 歷꿴┫ | 111011111010011010001100111010101011111110110100111000101001010010101011 | efa68ceabfb4e294ab |
| UHC | 歷꿴┫ | 111001101011100010110010111010011010011010110100 | e6b8b2e9a6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)