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 | ??\ | 001111110011111101011100 | 3f3f5c |
| SJIS-WIN | 娼チ\ | 10001111101010011100000101011100 | 8fa9c15c |
| EUC-JP | 娼チ\ | 1011111010101011100011101100000101011100 | beab8ec15c |
| UTF-8 | 娼チ\ | 11100101101010001011110011101111101111101000000101011100 | e5a8bcefbe815c |
| UHC | 娼?\ | 11110011110111100011111101011100 | f3de3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)