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 | À娳 | 11000000111001011101100010110011 | c0e5d8b3 |
| SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| EUC-JP | ÀåØ? | 10001111101010101010001010001111101010111010100110001111101010011010110000111111 | 8faaa28faba98fa9ac3f |
| UTF-8 | À娳 | 1100001110000000110000111010010111000011100110001100001010110011 | c380c3a5c398c2b3 |
| UHC | ??س | 001111110011111110101000101010101010100111111000 | 3f3fa8aaa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)