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 | 墺?? | 10011010110100100011111100111111 | 9ad23f3f |
| EUC-JP | 墺?? | 11010100110101000011111100111111 | d4d43f3f |
| UTF-8 | 墺잌뱛 | 111001011010001010111010111011001001111010001100111010111011000110011011 | e5a2baec9e8cebb19b |
| UHC | 墺잌뱛 | 111001111111001010011111111001011001001110000010 | e7f29fe59382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)