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 | テ銓ゥ | 11000011111001111111001010101001 | c3e7f2a9 |
| EUC-JP | テ銓ゥ | 100011101100001111101110111101001000111010101001 | 8ec3eef48ea9 |
| UTF-8 | テ銓ゥ | 111011111011111010000011111010011000101010010011111011111011110110101001 | efbe83e98a93efbda9 |
| UHC | ?銓? | 00111111111011111011000000111111 | 3fefb03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)