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 | 潁??揖ι? | 100111111111000100111111001111111001011101001011100000111100011100111111 | 9ff13f3f974b83c73f |
| EUC-JP | 潁??揖ι? | 110111101111001100111111001111111100110110101100101001101100100100111111 | def33f3fcdaca6c93f |
| UTF-8 | 潁뺢랬揖ι쪛 | 1110011010111101100000011110101110111010101000101110101110011110101011001110011010001111100101101100111010111001111011001010101010011011 | e6bd81ebbaa2eb9eace68f96ceb9ecaa9b |
| UHC | 潁뺢랬揖ι쪛 | 111001111011100010010101111010101011011110101000111010111110011110100101111010011010010110010100 | e7b895eab7a8ebe7a5e9a594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)