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 | ?膣?膣 | 001111111110010001010011001111111110010001010011 | 3fe4533fe453 |
| EUC-JP | ?膣?膣 | 001111111110011110110100001111111110011110110100 | 3fe7b43fe7b4 |
| UTF-8 | 적膣적膣 | 111011001010000010000001111010001000011010100011111011001010000010000001111010001000011010100011 | eca081e886a3eca081e886a3 |
| UHC | 적膣적膣 | 1100000011111011111100101111001111000000111110111111001011110011 | c0fbf2f3c0fbf2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)