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 | 蠖「笆ス妤疑 | 11100101101111011010001011100010100101101011110111111010101001001000101101011110 | e5bda2e296bdfaa48b5e |
| EUC-JP | 蠖「笆ス妤疑 | 11101010101111111000111010100010111000111111011010001110101111011000111110111001101011111011010110111111 | eabf8ea2e3f68ebd8fb9afb5bf |
| UTF-8 | 蠖「笆ス妤疑 | 111010001010000010010110111011111011110110100010111001111010110010000110111011111011110110111101111001011010011010100100111001111001011010010001 | e8a096efbda2e7ac86efbdbde5a6a4e79691 |
| UHC | ?????疑 | 00111111001111110011111100111111001111111110101111110111 | 3f3f3f3f3febf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)