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 | ??? | 001111110011111100111111 | 3f3f3f |
| SJIS-WIN | 衣?? | 10001000110111110011111100111111 | 88df3f3f |
| EUC-JP | 衣琫? | 101100001110000110001111110011001010111100111111 | b0e18fccaf3f |
| UTF-8 | 衣琫렖 | 111010001010000110100011111001111001000010101011111010111010000010010110 | e8a1a3e790abeba096 |
| UHC | 衣琫렖 | 111010111111110111011100111011011000111010101011 | ebfddced8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)