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 | □?廈 | 1000000110100000001111111001101111111010 | 81a03f9bfa |
| EUC-JP | □?廈 | 1010001010100010001111111101011011111100 | a2a23fd6fc |
| UTF-8 | □룫廈 | 111000101001011010100001111010111010001110101011111001011011101110001000 | e296a1eba3abe5bb88 |
| UHC | □룫廈 | 101000011110000010001111101000101111100110111111 | a1e08fa2f9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)