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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | 。タ「エ。タ。 | 10100001110000001010001010110100101000011100000010100001 | a1c0a2b4a1c0a1 |
| EUC-JP | 。タ「エ。タ。 | 1000111010100001100011101100000010001110101000101000111010110100100011101010000110001110110000001000111010100001 | 8ea18ec08ea28eb48ea18ec08ea1 |
| UTF-8 | 。タ「エ。タ。 | 111011111011110110100001111011111011111010000000111011111011110110100010111011111011110110110100111011111011110110100001111011111011111010000000111011111011110110100001 | efbda1efbe80efbda2efbdb4efbda1efbe80efbda1 |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)