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 | ×°Ùµ | 11010111101100001101100110110101 | d7b0d9b5 |
| SJIS-WIN | ×°?? | 100000010111111010000001100010110011111100111111 | 817e818b3f3f |
| EUC-JP | ×°Ù? | 1010000111011111101000011110101110001111101010101110001100111111 | a1dfa1eb8faae33f |
| UTF-8 | ×°Ùµ | 1100001110010111110000101011000011000011100110011100001010110101 | c397c2b0c399c2b5 |
| UHC | ×°?? | 101000011011111110100001110001100011111100111111 | a1bfa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)