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 | 痍瓏痲 | 111000010111011111100000111110101110000110000100 | e177e0fae184 |
| EUC-JP | 痍瓏痲 | 111000011101100011100000111111001110000111100100 | e1d8e0fce1e4 |
| UTF-8 | 痍瓏痲 | 111001111001011110001101111001111001001110001111111001111001011110110010 | e7978de7938fe797b2 |
| UHC | 痍瓏痲 | 111011001011011111010110111010101101100010100110 | ecb7d6ead8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)