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 | 雍??肆? | 11101000101101000011111100111111111000111110011000111111 | e8b43f3fe3e63f |
| EUC-JP | 雍??肆? | 11110000101101100011111100111111111001101110100000111111 | f0b63f3fe6e83f |
| UTF-8 | 雍멱렔肆렍 | 111010011001101110001101111010111010100110110001111010111010000010010100111010001000001010000110111010111010000010001101 | e99b8deba9b1eba094e88286eba08d |
| UHC | 雍멱렔肆렍 | 11101000101111001011100011101000100011101010100111011110111010111000111010100011 | e8bcb8e88ea9deeb8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)