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 | ??蒸? | 0011111100111111100011111111011000111111 | 3f3f8ff63f |
| EUC-JP | 勖?蒸? | 10001111101100111110110100111111101111101111100000111111 | 8fb3ed3fbef83f |
| UTF-8 | 勖렠蒸렍 | 111001011000101110010110111010111010000010100000111010001001001010111000111010111010000010001101 | e58b96eba0a0e892b8eba08d |
| UHC | 勖렠蒸렍 | 1110100111101101100011101011000111110001111110101000111010100011 | e9ed8eb1f1fa8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)