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 | 拙??蝎 | 100100001101100100111111001111111110010110011001 | 90d93f3fe599 |
| EUC-JP | 拙??蝎 | 110000001101101100111111001111111110100111111001 | c0db3f3fe9f9 |
| UTF-8 | 拙흙렒蝎 | 111001101000101110011001111011011001110110011001111010111010000010010010111010001001110110001110 | e68b99ed9d99eba092e89d8e |
| UHC | 拙흙렒蝎 | 1111000011110000110010001110101110001110101001111100101011101001 | f0f0c8eb8ea7cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)