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 | 。マムネ | 111100011100010010100001110011111101000111001000 | f1c4a1cfd1c8 |
| EUC-JP | ?。マムネ | 001111111000111010100001100011101100111110001110110100011000111011001000 | 3f8ea18ecf8ed18ec8 |
| UTF-8 | 。マムネ | 111011101000010010111111111011111011110110100001111011111011111010001111111011111011111010010001111011111011111010001000 | ee84bfefbda1efbe8fefbe91efbe88 |
| UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)