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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 銓暮ァ戊 | 11100111111100101001010111101001101001111001010111101000 | e7f295e9a795e8 |
| EUC-JP | 銓暮ァ戊 | 1110111011110100110010101110101110001110101001111100101011101010 | eef4caeb8ea7caea |
| UTF-8 | 銓暮ァ戊 | 111010011000101010010011111001101001101010101110111011111011110110100111111001101000100010001010 | e98a93e69aaeefbda7e6888a |
| UHC | 銓暮?戊 | 11101111101100001101100110111010001111111101100111100110 | efb0d9ba3fd9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)