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 | 雖画昏 | 111001011010101110001001111001101000110110101000 | e5ab89e68da8 |
| EUC-JP | 雖画昏 | 111010101010110110110010111010001011101010101010 | eaadb2e8baaa |
| UTF-8 | 雖画昏 | 111010011001101110010110111001111001010010111011111001101001100010001111 | e99b96e794bbe6988f |
| UHC | 雖?昏 | 1110001011001100001111111111101111100111 | e2cc3ffbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)