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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 瘟??晤?= | 111000011000100100111111001111111001110111101011001111111000000110000001 | e1893f3f9deb3f8181 |
| EUC-JP | 瘟??晤?= | 111000011110100100111111001111111101101011101101001111111010000111100001 | e1e93f3fdaed3fa1e1 |
| UTF-8 | 瘟븝슘晤좈= | 111001111001100010011111111010111011100010011101111011001000101010011000111001101001100110100100111011001010001010001000111011111011110010011101 | e7989febb89dec8a98e699a4eca288efbc9d |
| UHC | 瘟븝슘晤좈= | 111010001011000010111010111011111011110110110111111001111111101110100000111010011010001110111101 | e8b0baefbdb7e7fba0e9a3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)