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 | ?仇燕沿 | 00111111100010110111011110001001100011011000100110001000 | 3f8b77898d8988 |
| EUC-JP | ?仇燕沿 | 00111111101101011101100010110001111011011011000111101000 | 3fb5d8b1edb1e8 |
| UTF-8 | 넴仇燕沿 | 111010111000010010110100111001001011101110000111111001111000011110010101111001101011001010111111 | eb84b4e4bb87e78795e6b2bf |
| UHC | 넴仇燕沿 | 1011001111011011110011101111101111100110110110001110011011001101 | b3dbcefbe6d8e6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)