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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 羣羆羝゚リ | 1110001110111000111000111010111111100011101101101101111111011000 | e3b8e3afe3b6dfd8 |
| EUC-JP | 羣羆羝゚リ | 11100110101110101110011010110001111001101011100010001110110111111000111011011000 | e6bae6b1e6b88edf8ed8 |
| UTF-8 | 羣羆羝゚リ | 111001111011111010100011111001111011111010000110111001111011111010011101111011111011111010011111111011111011111010011000 | e7bea3e7be86e7be9defbe9fefbe98 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)