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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 爭?祭攀? | 1110000010100101001111111000110111010101100111011011001100111111 | e0a53f8dd59db33f |
| EUC-JP | 爭?祭攀? | 1110000010100111001111111011101011010111110110101011010100111111 | e0a73fbad7dab53f |
| UTF-8 | 爭렦祭攀렯 | 111001111000100010101101111010111010000010100110111001111010010110101101111001101001010010000000111010111010000010101111 | e788adeba0a6e7a5ade69480eba0af |
| UHC | 爭렦祭攀렯 | 11101110101100111000111010110101111100001010111011011010111001111000111010111100 | eeb38eb5f0aedae78ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)