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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 豬ッ閠ウ﨟ョ | 111001101011010110101111111010001000000010110011111110111001110110101110 | e6b5afe880b3fb9dae |
| EUC-JP | 豬ッ閠ウ?ョ | 1110110010110111100011101010111111101111111000001000111010110011001111111000111010101110 | ecb78eafefe08eb33f8eae |
| UTF-8 | 豬ッ閠ウ﨟ョ | 111010001011000110101100111011111011110110101111111010011001011010100000111011111011110110110011111011111010100010011111111011111011110110101110 | e8b1acefbdafe996a0efbdb3efa89fefbdae |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)