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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 譬楢ォセ邉ァ | 111001101010000010010011111010001010101110111110111001111011001110100111 | e6a093e8abbee7b3a7 |
| EUC-JP | 譬楢ォセ邉ァ | 111011001010001011000110111010101000111010101011100011101011111011101110101101011000111010100111 | eca2c6ea8eab8ebeeeb58ea7 |
| UTF-8 | 譬楢ォセ邉ァ | 111010001010110110101100111001101010010110100010111011111011110110101011111011111011110110111110111010011000001010001001111011111011110110100111 | e8adace6a5a2efbdabefbdbee98289efbda7 |
| UHC | 譬楢???? | 1101111010100111111010101111100100111111001111110011111100111111 | dea7eaf93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)