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 | 遖主哨 | 111001111010011010001110111001011000111110100011 | e7a68ee58fa3 |
| EUC-JP | 遖主哨 | 111011101010100010111100111001111011111010100101 | eea8bce7bea5 |
| UTF-8 | 遖主哨 | 111010011000000110010110111001001011100010111011111001011001001110101000 | e98196e4b8bbe593a8 |
| UHC | ?主哨 | 0011111111110001101010111111010011111010 | 3ff1abf4fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)