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 | ィ奝軆 | 1010100011111010101000101110011101011100 | a8faa2e75c |
| EUC-JP | ィ奝軆 | 10001110101010001000111110111000111110001110110110111101 | 8ea88fb8f8edbd |
| UTF-8 | ィ奝軆 | 111011111011110110101000111001011010010110011101111010001011101110000110 | efbda8e5a59de8bb86 |
| UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)