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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 趙賀オ | 1110011011100010100010011110101010110101 | e6e289eab5 |
| EUC-JP | 趙賀オ | 111011001110010010110010111011001000111010110101 | ece4b2ec8eb5 |
| UTF-8 | 趙賀オ | 111010001011011010011001111010001011001110000000111011111011110110110101 | e8b699e8b380efbdb5 |
| UHC | 趙賀? | 1111000011100001111110011100010100111111 | f0e1f9c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)