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 | 001111110011111101000010 | 3f3f42 |
| SJIS-WIN | 秧秧B | 1110001001011110111000100101111001000010 | e25ee25e42 |
| EUC-JP | 秧秧B | 1110001110111111111000111011111101000010 | e3bfe3bf42 |
| UTF-8 | 秧秧B | 11100111101001111010011111100111101001111010011101000010 | e7a7a7e7a7a742 |
| UHC | 秧秧B | 1110010011101011111001001110101101000010 | e4ebe4eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)