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 | 繹????? | 11100011100010000011111100111111001111110011111100111111 | e3883f3f3f3f3f |
| EUC-JP | 繹??轝?? | 111001011110100000111111001111111000111111100001101010100011111100111111 | e5e83f3f8fe1aa3f3f |
| UTF-8 | 繹먮젾轝뚮젶 | 111001111011100110111001111010111010100010101110111011001010000010111110111010001011110110011101111010111001101010101110111011001010000010110110 | e7b9b9eba8aeeca0bee8bd9deb9aaeeca0b6 |
| UHC | 繹먮젾轝뚮젶 | 111001101011101010010000111010111010000010110000111001101010110010001100111010111010000010101010 | e6ba90eba0b0e6ac8ceba0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)