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 | 瀨帷泅^ | 11111011010100001001101111100111100111111001101001011110 | fb509be79f9a5e |
| EUC-JP | ?帷泅^ | 001111111101011011101001110111011111101001011110 | 3fd6e9ddfa5e |
| UTF-8 | 瀨帷泅^ | 11100111100000001010100011100101101110001011011111100110101100111000010101011110 | e780a8e5b8b7e6b3855e |
| UHC | 瀨??^ | 1101011011101110001111110011111101011110 | d6ee3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)