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 | 偃f?B | 100110001110111010000010100001100011111101000010 | 98ee82863f42 |
| EUC-JP | 偃f?B | 110100001111000010100011111001100011111101000010 | d0f0a3e63f42 |
| UTF-8 | 偃f돜B | 11100101100000011000001111101111101111011000011011101011100011111001110001000010 | e58183efbd86eb8f9c42 |
| UHC | 偃f돜B | 11100101111001111010001111100110100010011010001101000010 | e5e7a3e689a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)