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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 劑???頂 | 10011001100111010011111100111111001111111001001010111000 | 999d3f3f3f92b8 |
| EUC-JP | 劑???頂 | 11010001111111010011111100111111001111111100010010111010 | d1fd3f3f3fc4ba |
| UTF-8 | 劑희렰렊頂 | 111001011000101010010001111011011001110110101100111010111010000010110000111010111010000010001010111010011010000010000010 | e58a91ed9daceba0b0eba08ae9a082 |
| UHC | 劑희렰렊頂 | 11110000101001011100100011110001100011101011110110001110101000011111000010100010 | f0a5c8f18ebd8ea1f0a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)