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 | 燿????? | 11100000101000000011111100111111001111110011111100111111 | e0a03f3f3f3f3f |
| EUC-JP | 燿????? | 11100000101000100011111100111111001111110011111100111111 | e0a23f3f3f3f3f |
| UTF-8 | 燿먩쑒濾덅뵕 | 111001111000011110111111111010111010100010101001111011001001000110010010111011111010011010000100111010111000110110000101111010111011010110010101 | e787bfeba8a9ec9192efa684eb8d85ebb595 |
| UHC | 燿먩쑒濾덅뵕 | 111010001111110010010000111001101001110010110001111001101010010010001000111010001001010010010111 | e8fc90e69cb1e6a488e89497 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)