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 | ???唯ε? | 0011111100111111001111111001011101000010100000111100001100111111 | 3f3f3f974283c33f |
| EUC-JP | 饔??唯ε? | 10001111111010001110111100111111001111111100110110100011101001101100010100111111 | 8fe8ef3f3fcda3a6c53f |
| UTF-8 | 饔앸슣唯ε뭡 | 1110100110100101100101001110110010010101101110001110110010001010101000111110010110010100101011111100111010110101111010111010110110100001 | e9a594ec95b8ec8aa3e594afceb5ebada1 |
| UHC | 饔앸슣唯ε뭡 | 111010001011110110011101111010111001101010101111111010101110011010100101111001011011100110111100 | e8bd9deb9aafeae6a5e5b9bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)