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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 錚???媛 | 11101000010000100011111100111111001111111001010101010001 | e8423f3f3f9551 |
| EUC-JP | 錚???媛 | 11101111101000110011111100111111001111111100100110110010 | efa33f3f3fc9b2 |
| UTF-8 | 錚렡渽렜媛 | 111010011000110010011010111010111010000010100001111001101011100010111101111010111010000010011100111001011010101010011011 | e98c9aeba0a1e6b8bdeba09ce5aa9b |
| UHC | 錚렡渽렜媛 | 11101110101101101000111010110010111011101010101010001110101011101110101010110000 | eeb68eb2eeaa8eaeeab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)