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 | 淲伜ョ | 1111101101000100100110001110010110101110 | fb4498e5ae |
| EUC-JP | ?伜ョ | 0011111111010000111001111000111010101110 | 3fd0e78eae |
| UTF-8 | 淲伜ョ | 111001101011011110110010111001001011110010011100111011111011110110101110 | e6b7b2e4bc9cefbdae |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)