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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 遵?貧媛?^ | 100011111000010100111111100101010110111010010101010100010011111101011110 | 8f853f956e95513f5e |
| EUC-JP | 遵?貧媛?^ | 101111011110010100111111110010011100111111001001101100100011111101011110 | bde53fc9cfc9b23f5e |
| UTF-8 | 遵몃貧媛렎^ | 11101001100000011011010111101011101010101000001111101000101100101010011111100101101010101001101111101011101000001000111001011110 | e981b5ebaa83e8b2a7e5aa9beba08e5e |
| UHC | 遵몃貧媛렎^ | 1111000111100101101110001110101111011110101110001110101010110000100011101010010001011110 | f1e5b8ebdeb8eab08ea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)