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 | 驫幃宦豼、 | 111010011000101010011011111010011001101110000001111001101011111110100100 | e98a9be99b81e6bfa4 |
| EUC-JP | 驫幃宦豼、 | 11110001111010101101011011101011110101011110000111101100110000011000111010100100 | f1ead6ebd5e1ecc18ea4 |
| UTF-8 | 驫幃宦豼、 | 111010011010100110101011111001011011100110000011111001011010111010100110111010001011000110111100111011111011110110100100 | e9a9abe5b983e5aea6e8b1bcefbda4 |
| UHC | ??宦?? | 001111110011111111111100101100100011111100111111 | 3f3ffcb23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)