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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 阡オ閾楢鳩騾 | 1110100010010100101101011110100010000111100100111110100010010100101101011110100110000000 | e894b5e88793e894b5e980 |
| EUC-JP | 阡オ閾楢鳩騾 | 111011111111010010001110101101011110111111100111110001101110101011001000101101111111000111100000 | eff48eb5efe7c6eac8b7f1e0 |
| UTF-8 | 阡オ閾楢鳩騾 | 111010011001100010100001111011111011110110110101111010011001011010111110111001101010010110100010111010011011001110101001111010011010100010111110 | e998a1efbdb5e996bee6a5a2e9b3a9e9a8be |
| UHC | 阡??楢鳩? | 111101001100011000111111001111111110101011111001110011111100110100111111 | f4c63f3feaf9cfcd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)