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 | 椅輕?^ | 100010001101011011100111011010100011111101011110 | 88d6e76a3f5e |
| EUC-JP | 椅輕?^ | 101100001101100011101101110010110011111101011110 | b0d8edcb3f5e |
| UTF-8 | 椅輕밟^ | 11100110101001001000010111101000101111001001010111101011101100001001111101011110 | e6a485e8bc95ebb09f5e |
| UHC | 椅輕밟^ | 11101011111101011100110011101110101110011110001001011110 | ebf5cceeb9e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)