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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | 銹潟銹?^ | 1110011111110110100010101000001111100111111101100011111101011110 | e7f68a83e7f63f5e |
| EUC-JP | 銹潟銹琰^ | 11101110111110001011001111100011111011101111100010001111110011001011010001011110 | eef8b3e3eef88fccb45e |
| UTF-8 | 銹潟銹琰^ | 11101001100010101011100111100110101111011001111111101001100010101011100111100111100100001011000001011110 | e98ab9e6bd9fe98ab9e790b05e |
| UHC | 銹潟銹琰^ | 111000101100100011100000101100111110001011001000111001101111110001011110 | e2c8e0b3e2c8e6fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)