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 | 應??? | 1001110011100100001111110011111100111111 | 9ce43f3f3f |
| EUC-JP | 應??? | 1101100011100110001111110011111100111111 | d8e63f3f3f |
| UTF-8 | 應욎럺六 | 111001101000011110001001111011001001101010001110111010111001111110111010111011111010011110010001 | e68789ec9a8eeb9fbaefa791 |
| UHC | 應욎럺六 | 1110101111101011100111101110110010001110100110011110101110111011 | ebeb9eec8e99ebbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)