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 | 鞨ェ邊、韃 | 1110100011100000101010101110011110110010101001001110100011100101 | e8e0aae7b2a4e8e5 |
| EUC-JP | 鞨ェ邊、韃 | 11110000111000101000111010101010111011101011010010001110101001001111000011100111 | f0e28eaaeeb48ea4f0e7 |
| UTF-8 | 鞨ェ邊、韃 | 111010011001111010101000111011111011110110101010111010011000001010001010111011111011110110100100111010011001111110000011 | e99ea8efbdaae9828aefbda4e99f83 |
| UHC | 鞨?邊?? | 11001010111010100011111111011100101010110011111100111111 | caea3fdcab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)