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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 柔輕?^ | 100011110101111111100111011010100011111101011110 | 8f5fe76a3f5e |
| EUC-JP | 柔輕?^ | 101111011100000011101101110010110011111101011110 | bdc0edcb3f5e |
| UTF-8 | 柔輕밟^ | 11100110100111111001010011101000101111001001010111101011101100001001111101011110 | e69f94e8bc95ebb09f5e |
| UHC | 柔輕밟^ | 11101010111101011100110011101110101110011110001001011110 | eaf5cceeb9e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)