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 | 芫究昏 | 111001001000101110001011100001101000110110101000 | e48b8b868da8 |
| EUC-JP | 芫究昏 | 111001111110101110110101111001101011101010101010 | e7ebb5e6baaa |
| UTF-8 | 芫究昏 | 111010001000101010101011111001111010100110110110111001101001100010001111 | e88aabe7a9b6e6988f |
| UHC | ?究昏 | 0011111111001111101111001111101111100111 | 3fcfbcfbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)