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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 誰則造^ | 10010010010011101001000110100101100100011010001001011110 | 924e91a591a25e |
| EUC-JP | 誰則造^ | 11000011101011111100001010100111110000101010010001011110 | c3afc2a7c2a45e |
| UTF-8 | 誰則造^ | 11101000101010101011000011100101100010011000011111101001100000001010000001011110 | e8aab0e58987e980a05e |
| UHC | 誰則造^ | 11100010110000011111011011001110111100001110001101011110 | e2c1f6cef0e35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)