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 | 巍碩韻 | 100110111101100110010000110101111000100101000011 | 9bd990d78943 |
| EUC-JP | 巍碩韻 | 110101101101101111000000110110011011000110100100 | d6dbc0d9b1a4 |
| UTF-8 | 巍碩韻 | 111001011011011110001101111001111010001010101001111010011001111110111011 | e5b78de7a2a9e99fbb |
| UHC | 巍碩韻 | 111010001110010011100000101101011110101010100100 | e8e4e0b5eaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)