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 | 鄙包ィ | 1110011110111111100101011110111110101000 | e7bf95efa8 |
| EUC-JP | 鄙包ィ | 111011101100000111001010111100011000111010101000 | eec1caf18ea8 |
| UTF-8 | 鄙包ィ | 111010011000010010011001111001011000110010000101111011111011110110101000 | e98499e58c85efbda8 |
| UHC | 鄙包? | 1101111010101001111110001101000000111111 | dea9f8d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)