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 | ??K | 001111110011111101001011 | 3f3f4b |
| SJIS-WIN | 偲治K | 1000111011000011100011101010000101001011 | 8ec38ea14b |
| EUC-JP | 偲治K | 1011110011000101101111001010001101001011 | bcc5bca34b |
| UTF-8 | 偲治K | 11100101100000011011001011100110101100101011101101001011 | e581b2e6b2bb4b |
| UHC | ?治K | 00111111111101101011110101001011 | 3ff6bd4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)