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 | ?ッ?ョ | 00111111101011110011111110101110 | 3faf3fae |
| EUC-JP | ?ッ?ョ | 001111111000111010101111001111111000111010101110 | 3f8eaf3f8eae |
| UTF-8 | ッョ | 111011101011110010100011111011111011110110101111111011101011110010100001111011111011110110101110 | eebca3efbdafeebca1efbdae |
| UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)