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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 鄒らャ | 1110011110111110100000101110011110101100 | e7be82e7ac |
| EUC-JP | 鄒らャ | 111011101100000010100100111010011000111010101100 | eec0a4e98eac |
| UTF-8 | 鄒らャ | 111010011000010010010010111000111000001010001001111011111011110110101100 | e98492e38289efbdac |
| UHC | 鄒ら? | 1111010111011011101010101110100100111111 | f5dbaae93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)