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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 永??液 | 100010010110100100111111001111111000100101110100 | 89693f3f8974 |
| EUC-JP | 永??液 | 101100011100101000111111001111111011000111010101 | b1ca3f3fb1d5 |
| UTF-8 | 永ⓨ풄液 | 111001101011000010111000111000101001001110101000111011011001001010000100111001101011011010110010 | e6b0b8e293a8ed9284e6b6b2 |
| UHC | 永ⓨ풄液 | 1110011110110101101010001110010110111110100011001110010011111011 | e7b5a8e5be8ce4fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)