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 | 譏畷弌譏畷圜 | 111001101001100010010011111010111001100010011111111001101001100010010011111010111001101010100110 | e69893eb989fe69893eb9aa6 |
| EUC-JP | 譏畷弌譏畷圜 | 111010111111100011000110111011011101000010100001111010111111100011000110111011011101010010101000 | ebf8c6edd0a1ebf8c6edd4a8 |
| UTF-8 | 譏畷弌譏畷圜 | 111010001010110110001111111001111001010110110111111001011011110010001100111010001010110110001111111001111001010110110111111001011001110010011100 | e8ad8fe795b7e5bc8ce8ad8fe795b7e59c9c |
| UHC | 譏??譏?? | 1101000111000001001111110011111111010001110000010011111100111111 | d1c13f3fd1c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)