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 | ¼Õ¼¯äã | 101111001101010110111100101011111110010011100011 | bcd5bcafe4e3 |
| SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| EUC-JP | ?Õ?¯äã | 0011111110001111101010101101100000111111100011111010001010110100100011111010101110100011100011111010101110101010 | 3f8faad83f8fa2b48faba38fabaa |
| UTF-8 | ¼Õ¼¯äã | 110000101011110011000011100101011100001010111100110000101010111111000011101001001100001110100011 | c2bcc395c2bcc2afc3a4c3a3 |
| UHC | ¼?¼??? | 1010100011111001001111111010100011111001001111110011111100111111 | a8f93fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)